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 @@ ...@@ -23,6 +23,7 @@
<value> <value>
<tuple> <tuple>
<string>action_type/workflow</string> <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>after_script/portal_workflow/production_order_workflow/script_Order_buildPackingList</string>
<string>destination/portal_workflow/production_order_workflow/state_confirmed</string> <string>destination/portal_workflow/production_order_workflow/state_confirmed</string>
</tuple> </tuple>
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
<value> <value>
<tuple> <tuple>
<string>action_type/workflow</string> <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> <string>destination/portal_workflow/production_order_workflow/state_ordered</string>
</tuple> </tuple>
</value> </value>
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
<value> <value>
<tuple> <tuple>
<string>action_type/workflow</string> <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> <string>destination/portal_workflow/production_order_workflow/state_planned</string>
</tuple> </tuple>
</value> </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