Commit 31c6c88f authored by Xiaowu Zhang's avatar Xiaowu Zhang Committed by Titouan Soulard

erp5_mrp: checkConsistency also on production order transition

parent 18cda80e
......@@ -23,6 +23,7 @@
<value>
<tuple>
<string>action_type/workflow</string>
<string>before_script/portal_workflow/production_order_workflow/script_Order_validateData</string>
<string>after_script/portal_workflow/production_order_workflow/script_Order_buildPackingList</string>
<string>destination/portal_workflow/production_order_workflow/state_confirmed</string>
</tuple>
......
......@@ -23,6 +23,7 @@
<value>
<tuple>
<string>action_type/workflow</string>
<string>before_script/portal_workflow/production_order_workflow/script_Order_validateData</string>
<string>destination/portal_workflow/production_order_workflow/state_ordered</string>
</tuple>
</value>
......
......@@ -23,6 +23,7 @@
<value>
<tuple>
<string>action_type/workflow</string>
<string>before_script/portal_workflow/production_order_workflow/script_Order_validateData</string>
<string>destination/portal_workflow/production_order_workflow/state_planned</string>
</tuple>
</value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment