Commit 40d5524a authored by Nicolas Dumazet's avatar Nicolas Dumazet

rename transformation_interaction_workflow to production_order_interaction_workflow

Since it only contains a Production Order-related interaction, doing so
frees transformation_interaction_workflow name so it can be used in
Transformation-related interactions in erp5_pdm


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33841 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f6d92780
<workflow_chain>
<chain>
<type>Production Order</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, production_order_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, order_simulation_interaction_workflow, production_order_workflow</workflow>
</chain>
<chain>
<type>Production Order Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, order_movement_simulation_interaction_workflow</workflow>
</chain>
<chain>
<type>Production Order Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, production_matrix_workflow, transformation_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, order_movement_simulation_interaction_workflow, production_matrix_workflow, production_order_interaction_workflow</workflow>
</chain>
<chain>
<type>Production Order Model Root Simulation Rule</type>
......
......@@ -23,7 +23,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>transformation_interaction_workflow</string> </value>
<value> <string>production_order_interaction_workflow</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -35,6 +35,12 @@
</list>
</value>
</item>
<item>
<key> <string>before_commit_script_name</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Setting the resource will set best, if found, transformation related to this resource on movement.</string> </value>
......
433
\ No newline at end of file
434
\ No newline at end of file
......@@ -5,7 +5,7 @@ Production Order Line | delivery_movement_causality_interaction_workflow
Production Order Line | delivery_movement_simulation_interaction_workflow
Production Order Line | edit_workflow
Production Order Line | production_matrix_workflow
Production Order Line | transformation_interaction_workflow
Production Order Line | production_order_interaction_workflow
Production Order Model Root Simulation Rule | edit_workflow
Production Order Model Root Simulation Rule | rule_validation_workflow
Production Order Model Rule | edit_workflow
......
production_matrix_workflow
production_order_interaction_workflow
production_order_workflow
production_packing_list_workflow
transformation_interaction_workflow
\ No newline at end of file
production_packing_list_workflow
\ No newline at end of file
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