[7.0-mrp_production_cancel] subflow.done does not work
manamirfhk opened this issue · 0 comments
manamirfhk commented
Steps to reproduce:
- create a new Manufacturing Order
- create inventories of raw materials of the MO
- confirm the MO
Current behavior:
- The status of MO remains
Awaiting Raw Materials
- Even if push 'Force Reservation', the MO does not go
Ready to Produce
Possible causes:
- Signal
subflow.done
of transition frompicking
toready
of workflowmrp.production.basic
does not work - Signal (Subflow)
subflow.done
of activitydone
of workflowstock.picking.basic
also does not work
Remarks:
- In latest version of OpenERP, such situation never occurs
- In our using version of OpenERP, such situation occurs
- However, we cannot update version of OpenERP due to production environment
Treatments:
- make Flow Stop of
done
ofstock.picking.basic
flagged - Then the status of MO goes to
Ready to Produce
fromAwaiting Raw Materials
- However, when cancel the MO, Picking List of the MO is never cancelled
Questions:
- Do you know possible causes on that signal
subflow.done
does not work?