(6.0.1) Problem in Manufacturing Operation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Low
|
OpenERP R&D Addons Team 2 |
Bug Description
After getting new SO and then by running the schedular.
We are getting one new Manufacturing order in "Manufacturing Orders" form which in " State = Start Production "
(Object : mrp.production)
Since we have different "Work Center" we have assigned the above work order to workcenter say " Work center A" which shows the "state=draft". (Manufacturing Orders ->Work Orders->Production Work centers->New)
Following are the steps where we are facing the problems.
Since the "Work Center A" is going to start the job , the work orders form ( object : mrp.production.
"State = Start" is also in sync with Manufacturing order form (Object : mrp.production) "state=Start Production".
But if I pressed the " Button = Start" in work orders form (mrp.production
Manufacturing order ( mrp.production) should change to " State = Produce" but it is not changing.
So If we finshed the work order (mrp.production
"State = Finished" but "State" in manufacturing order ( mrp.production ) doesn't change to " State = done"
which may be Bug. But it can be completed by pressing the Produced->done in Manufacturing order form.
But this create two moves in "Delivery order"( stock.picking) (Warehouse-
IN/0000X ( Source location = Stock , State = available ) and OUT/00001(Source location = Output, State = confirmed)
Once we process the IN/0000X move it creates the one more OUT move with state = waiting, this could be another Bug
Reference Origin State
OUT/00001 S0001 Available
OUT/00002 S0001 Confirmed/Waiting
It means for same product dispatch there are two delivery order moves with "state=Available and Confirmed" which will create more confusion for dispatch user.
Related branches
- OpenERP Core Team: Pending requested
-
Diff: 54 lines (+9/-3)2 files modifiedmrp_operations/mrp_operations.py (+8/-2)
product/product.py (+1/-1)
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | Fix Committed → Fix Released |
Hello Laxman Patil,
I have tested your scenario,
1)I see that there in no changes in Mo when Finished product from work center.
2)I am not able to see 2 delivery orders. I can see only one delivery order with reference of OUT/0001 in available state.
So, there is a problem in issue 1 and other flow is works fine.
So would you please provide more information on this.
Thanks.