Commit a812b00f authored by Romain Courteaud's avatar Romain Courteaud

Remove order_interaction_workflow.

Do not use interaction workflow on Order Movement, as expanding the simulation is now done on the document level.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9870 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1686f874
...@@ -45,11 +45,11 @@ ...@@ -45,11 +45,11 @@
</chain> </chain>
<chain> <chain>
<type>Purchase Order</type> <type>Purchase Order</type>
<workflow>order_interaction_workflow, edit_workflow, order_workflow</workflow> <workflow>edit_workflow, order_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Order Cell</type> <type>Purchase Order Cell</type>
<workflow>packing_list_interaction_workflow, delivery_edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Order Line</type> <type>Purchase Order Line</type>
...@@ -85,11 +85,11 @@ ...@@ -85,11 +85,11 @@
</chain> </chain>
<chain> <chain>
<type>Sale Order</type> <type>Sale Order</type>
<workflow>order_workflow, order_interaction_workflow, edit_workflow</workflow> <workflow>order_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Order Cell</type> <type>Sale Order Cell</type>
<workflow>packing_list_interaction_workflow, delivery_edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Order Line</type> <type>Sale Order Line</type>
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
</chain> </chain>
<chain> <chain>
<type>Sale Packing List Line</type> <type>Sale Packing List Line</type>
<workflow>delivery_edit_workflow, trade_matrix_workflow, edit_workflow, packing_list_interaction_workflow</workflow> <workflow>delivery_edit_workflow, trade_matrix_workflow, packing_list_interaction_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Supply</type> <type>Sale Supply</type>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</chain> </chain>
<chain> <chain>
<type>Sale Supply Line</type> <type>Sale Supply Line</type>
<workflow>edit_workflow, supply_line_interaction_workflow</workflow> <workflow>supply_line_interaction_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Trade Condition</type> <type>Sale Trade Condition</type>
......
14 16
\ No newline at end of file \ No newline at end of file
...@@ -18,12 +18,10 @@ Inventory Line | trade_matrix_workflow ...@@ -18,12 +18,10 @@ Inventory Line | trade_matrix_workflow
Inventory | edit_workflow Inventory | edit_workflow
Inventory | inventory_workflow Inventory | inventory_workflow
Payment Condition | edit_workflow Payment Condition | edit_workflow
Purchase Order Cell | delivery_edit_workflow Purchase Order Cell | edit_workflow
Purchase Order Cell | packing_list_interaction_workflow
Purchase Order Line | edit_workflow Purchase Order Line | edit_workflow
Purchase Order Line | trade_matrix_workflow Purchase Order Line | trade_matrix_workflow
Purchase Order | edit_workflow Purchase Order | edit_workflow
Purchase Order | order_interaction_workflow
Purchase Order | order_workflow Purchase Order | order_workflow
Purchase Packing List Cell | delivery_edit_workflow Purchase Packing List Cell | delivery_edit_workflow
Purchase Packing List Line | delivery_edit_workflow Purchase Packing List Line | delivery_edit_workflow
...@@ -41,12 +39,10 @@ Purchase Supply | edit_workflow ...@@ -41,12 +39,10 @@ Purchase Supply | edit_workflow
Purchase Trade Condition | edit_workflow Purchase Trade Condition | edit_workflow
Returned Sale Packing List | edit_workflow Returned Sale Packing List | edit_workflow
Returned Sale Packing List | packing_list_workflow Returned Sale Packing List | packing_list_workflow
Sale Order Cell | delivery_edit_workflow Sale Order Cell | edit_workflow
Sale Order Cell | packing_list_interaction_workflow
Sale Order Line | edit_workflow Sale Order Line | edit_workflow
Sale Order Line | trade_matrix_workflow Sale Order Line | trade_matrix_workflow
Sale Order | edit_workflow Sale Order | edit_workflow
Sale Order | order_interaction_workflow
Sale Order | order_workflow Sale Order | order_workflow
Sale Packing List Cell | delivery_edit_workflow Sale Packing List Cell | delivery_edit_workflow
Sale Packing List Line | delivery_edit_workflow Sale Packing List Line | delivery_edit_workflow
......
delivery_edit_workflow delivery_edit_workflow
internal_packing_list_workflow internal_packing_list_workflow
inventory_workflow inventory_workflow
order_interaction_workflow
order_workflow order_workflow
packing_list_causality_workflow packing_list_causality_workflow
packing_list_container_workflow packing_list_container_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