Commit e3148a49 authored by Łukasz Nowak's avatar Łukasz Nowak

- associate transformation_interaction_workflow with Production Order Line to...

- associate transformation_interaction_workflow with Production Order Line to set transformation while changing resource on line: if only one, not invalidated Transformation exists, set it, if no Transformations are for this resource, or resource is unset, set specialise on order line to None

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22140 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dee91f85
......@@ -9,7 +9,7 @@
</chain>
<chain>
<type>Production Order Line</type>
<workflow>order_movement_simulation_interaction_workflow, production_matrix_workflow, edit_workflow</workflow>
<workflow>transformation_interaction_workflow, order_movement_simulation_interaction_workflow, production_matrix_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Production Order Rule</type>
......
292
\ No newline at end of file
293
\ No newline at end of file
......@@ -3,6 +3,7 @@ Production Order Cell | order_movement_simulation_interaction_workflow
Production Order Line | edit_workflow
Production Order Line | order_movement_simulation_interaction_workflow
Production Order Line | production_matrix_workflow
Production Order Line | transformation_interaction_workflow
Production Order Rule | edit_workflow
Production Order Rule | rule_validation_workflow
Production Order | edit_workflow
......
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