[trunk] Manufacturing order stays in waiting raw materials state though we have raw materials available
Bug #1168349 reported by
Rucha (Open ERP)
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP R&D Addons Team 2 |
Bug Description
trunk branches revisions:
server (4854)
addons (8669)
web (3715)
Manufacturing order stays in waiting raw materials state though we have raw materials available.
Check the following scenario
BoM
1 unit P1 (stockable, MTO, Manufacture):
|_ 4 unit C1 (stockable, MTS, buy)
|_ 1 unit C2 (stockable, MTS, buy)
Qty on hand for C1 and C2 is 8 and 2 units respectively before producing P1.
I create a MO for 2 unit P1 and confirm it, the MO stays in waiting raw material status though the raw materials are available.
The reason behind this is, the created procurement for raw materials for this MO stays in draft state. it should be confirmed.
Thanks!
Rucha
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-1168349-tta
Ready for review
for merging
into
lp://staging/openobject-addons
- OpenERP Core Team: Pending requested
-
Diff: 13 lines (+2/-1)1 file modifiedstock/stock.py (+2/-1)
summary: |
- [trunk] Manufacturing order stays in waiting raw materials state though - we have raw materials available + [trunk/7.0] Manufacturing order stays in waiting raw materials state + though we have raw materials available |
summary: |
- [trunk/7.0] Manufacturing order stays in waiting raw materials state - though we have raw materials available + [trunk] Manufacturing order stays in waiting raw materials state though + we have raw materials available |
To post a comment you must log in.
Hello Rucha,
Nice bug report. :)
Should be fixed soon!
Thank you!