Commit 8aad3619 authored by Julien Muchembled's avatar Julien Muchembled Committed by Alain Takoudjou

Do nothing on 'calculate' instead of disabling *_causality_interaction_workflow

This reverts commit ec8aa158 partially in order
to reenable:
- delivery_causality_interaction_workflow
- delivery_movement_causality_interaction_workflow
- simulation_movement_causality_interaction_workflow

These interaction workflows do not generate activities directly, and do work
that can't be postponed.

By contrast, 'calculate' transition of delivery_causality_workflow is modified
so that no 'updateCausalityState' activity is created by default.

Conflicts:
	bt5/erp5_base/WorkflowTemplateItem/portal_workflow/simulation_movement_causality_interaction_workflow/interactions/calculate_causality.xml
parent de999051
......@@ -9,7 +9,7 @@
</chain>
<chain>
<type>Accounting Transaction</type>
<workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Accounting Transaction Balance Constraint</type>
......@@ -17,7 +17,7 @@
</chain>
<chain>
<type>Accounting Transaction Line</type>
<workflow>edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Accounting Transaction Root Simulation Rule</type>
......@@ -45,22 +45,22 @@
</chain>
<chain>
<type>Payment Transaction</type>
<workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Purchase Invoice Transaction</type>
<workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Purchase Invoice Transaction Line</type>
<workflow>edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction</type>
<workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction Line</type>
<workflow>edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
......@@ -3,10 +3,12 @@ Account | edit_workflow
Accounting Period | accounting_period_workflow
Accounting Period | edit_workflow
Accounting Transaction Balance Constraint | dynamic_class_generation_interaction_workflow
Accounting Transaction Line | delivery_movement_causality_interaction_workflow
Accounting Transaction Line | edit_workflow
Accounting Transaction Root Simulation Rule | edit_workflow
Accounting Transaction Root Simulation Rule | rule_validation_workflow
Accounting Transaction | accounting_workflow
Accounting Transaction | delivery_causality_interaction_workflow
Accounting Transaction | delivery_causality_workflow
Accounting Transaction | edit_workflow
Balance Transaction | accounting_workflow
......@@ -21,13 +23,18 @@ Payment Simulation Rule | edit_workflow
Payment Simulation Rule | rule_interaction_workflow
Payment Simulation Rule | rule_validation_workflow
Payment Transaction | accounting_workflow
Payment Transaction | delivery_causality_interaction_workflow
Payment Transaction | delivery_causality_workflow
Payment Transaction | edit_workflow
Purchase Invoice Transaction Line | delivery_movement_causality_interaction_workflow
Purchase Invoice Transaction Line | edit_workflow
Purchase Invoice Transaction | accounting_workflow
Purchase Invoice Transaction | delivery_causality_interaction_workflow
Purchase Invoice Transaction | delivery_causality_workflow
Purchase Invoice Transaction | edit_workflow
Sale Invoice Transaction Line | delivery_movement_causality_interaction_workflow
Sale Invoice Transaction Line | edit_workflow
Sale Invoice Transaction | accounting_workflow
Sale Invoice Transaction | delivery_causality_interaction_workflow
Sale Invoice Transaction | delivery_causality_workflow
Sale Invoice Transaction | edit_workflow
\ No newline at end of file
<workflow_chain>
<chain>
<type>Purchase Invoice</type>
<workflow>delivery_causality_workflow, edit_workflow, invoice_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, invoice_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice</type>
<workflow>delivery_causality_workflow, edit_workflow, invoice_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, invoice_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
Purchase Invoice | delivery_causality_interaction_workflow
Purchase Invoice | delivery_causality_workflow
Purchase Invoice | edit_workflow
Purchase Invoice | invoice_workflow
Sale Invoice | delivery_causality_interaction_workflow
Sale Invoice | delivery_causality_workflow
Sale Invoice | edit_workflow
Sale Invoice | invoice_workflow
\ No newline at end of file
......@@ -87,6 +87,10 @@
<type>Rounding Model</type>
<workflow>validation_workflow</workflow>
</chain>
<chain>
<type>Simulation Movement</type>
<workflow>simulation_movement_causality_interaction_workflow</workflow>
</chain>
<chain>
<type>Telephone</type>
<workflow>edit_workflow</workflow>
......
......@@ -56,7 +56,7 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>_set(?!LastId$|Ob$|Object$|Delivery$|DeliveryValue$)</string>
<string>_set(?!LastId$|Ob$|Object$)</string>
</list>
</value>
</item>
......
......@@ -43,4 +43,5 @@ Query | query_workflow
Role Definition | edit_workflow
Role Definition | local_permission_interaction_workflow
Rounding Model | validation_workflow
Simulation Movement | simulation_movement_causality_interaction_workflow
Telephone | edit_workflow
\ No newline at end of file
......@@ -5,11 +5,11 @@
</chain>
<chain>
<type>Amortisation Transaction</type>
<workflow>accounting_workflow, amortisation_transaction_causality_workflow, delivery_causality_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, amortisation_transaction_causality_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Amortisation Transaction Line</type>
<workflow>edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Delivery Cell</type>
......
Amortisation Rule | edit_workflow
Amortisation Rule | rule_validation_workflow
Amortisation Transaction Line | delivery_movement_causality_interaction_workflow
Amortisation Transaction Line | edit_workflow
Amortisation Transaction | accounting_workflow
Amortisation Transaction | amortisation_transaction_causality_workflow
Amortisation Transaction | delivery_causality_interaction_workflow
Amortisation Transaction | delivery_causality_workflow
Amortisation Transaction | edit_workflow
Delivery Cell | immobilisation_movement_interaction_workflow
......
<workflow_chain>
<chain>
<type>Invoice Cell</type>
<workflow>edit_workflow, pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Invoice Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Invoice Simulation Rule</type>
......
Invoice Cell | delivery_movement_causality_interaction_workflow
Invoice Cell | edit_workflow
Invoice Cell | pricing_interaction_workflow
Invoice Line | delivery_movement_causality_interaction_workflow
Invoice Line | edit_workflow
Invoice Line | movement_resource_interaction_workflow
Invoice Line | pricing_interaction_workflow
......
<workflow_chain>
<chain>
<type>Production Order</type>
<workflow>delivery_causality_workflow, edit_workflow, production_order_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, production_order_workflow</workflow>
</chain>
<chain>
<type>Production Order Cell</type>
<workflow>edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Production Order Line</type>
<workflow>edit_workflow, production_matrix_workflow, production_order_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, production_matrix_workflow</workflow>
</chain>
<chain>
<type>Production Packing List</type>
<workflow>delivery_causality_workflow, edit_workflow, production_packing_list_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, production_packing_list_workflow</workflow>
</chain>
<chain>
<type>Production Packing List Cell</type>
<workflow>delivery_movement_causality_interaction_workflow</workflow>
</chain>
<chain>
<type>Production Packing List Line</type>
<workflow>edit_workflow, production_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, production_matrix_workflow</workflow>
</chain>
<chain>
<type>Production Report</type>
<workflow>delivery_causality_workflow, edit_workflow, production_packing_list_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, production_packing_list_workflow</workflow>
</chain>
<chain>
<type>Production Report Cell</type>
<workflow>delivery_movement_causality_interaction_workflow</workflow>
</chain>
<chain>
<type>Production Report Line</type>
<workflow>edit_workflow, production_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, production_matrix_workflow</workflow>
</chain>
<chain>
<type>Supply Chain</type>
......
Production Order Cell | delivery_movement_causality_interaction_workflow
Production Order Cell | edit_workflow
Production Order Line | delivery_movement_causality_interaction_workflow
Production Order Line | edit_workflow
Production Order Line | production_matrix_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
......@@ -10,16 +11,23 @@ Production Order Root Simulation Rule | edit_workflow
Production Order Root Simulation Rule | rule_validation_workflow
Production Order Rule | edit_workflow
Production Order Rule | rule_validation_workflow
Production Order | delivery_causality_interaction_workflow
Production Order | delivery_causality_workflow
Production Order | edit_workflow
Production Order | production_order_workflow
Production Packing List Cell | delivery_movement_causality_interaction_workflow
Production Packing List Line | delivery_movement_causality_interaction_workflow
Production Packing List Line | edit_workflow
Production Packing List Line | production_matrix_workflow
Production Packing List | delivery_causality_interaction_workflow
Production Packing List | delivery_causality_workflow
Production Packing List | edit_workflow
Production Packing List | production_packing_list_workflow
Production Report Cell | delivery_movement_causality_interaction_workflow
Production Report Line | delivery_movement_causality_interaction_workflow
Production Report Line | edit_workflow
Production Report Line | production_matrix_workflow
Production Report | delivery_causality_interaction_workflow
Production Report | delivery_causality_workflow
Production Report | edit_workflow
Production Report | production_packing_list_workflow
......
......@@ -5,11 +5,11 @@
</chain>
<chain>
<type>Pay Sheet Cell</type>
<workflow>edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Pay Sheet Line</type>
<workflow>edit_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Pay Sheet Model</type>
......@@ -25,10 +25,10 @@
</chain>
<chain>
<type>Pay Sheet Transaction</type>
<workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Pay Sheet Transaction Line</type>
<workflow>edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
Employment Contract | edit_workflow
Pay Sheet Cell | delivery_movement_causality_interaction_workflow
Pay Sheet Cell | edit_workflow
Pay Sheet Line | delivery_movement_causality_interaction_workflow
Pay Sheet Line | edit_workflow
Pay Sheet Line | trade_matrix_workflow
Pay Sheet Model Cell | trade_model_cell_interaction_workflow
......@@ -8,7 +10,9 @@ Pay Sheet Model Line | trade_matrix_workflow
Pay Sheet Model | edit_workflow
Pay Sheet Model | paysheet_model_interaction_workflow
Pay Sheet Model | validation_workflow
Pay Sheet Transaction Line | delivery_movement_causality_interaction_workflow
Pay Sheet Transaction Line | edit_workflow
Pay Sheet Transaction | accounting_workflow
Pay Sheet Transaction | delivery_causality_interaction_workflow
Pay Sheet Transaction | delivery_causality_workflow
Pay Sheet Transaction | edit_workflow
\ No newline at end of file
......@@ -17,18 +17,18 @@
</chain>
<chain>
<type>Task</type>
<workflow>delivery_causality_workflow, edit_workflow, task_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, task_workflow</workflow>
</chain>
<chain>
<type>Task Line</type>
<workflow>edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Task Report</type>
<workflow>delivery_causality_workflow, edit_workflow, task_report_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, task_report_workflow</workflow>
</chain>
<chain>
<type>Task Report Line</type>
<workflow>edit_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
......@@ -5,11 +5,15 @@ Requirement Document | edit_workflow
Requirement Document | validation_workflow
Requirement | edit_workflow
Requirement | requirement_analysis_workflow
Task Line | delivery_movement_causality_interaction_workflow
Task Line | edit_workflow
Task Report Line | delivery_movement_causality_interaction_workflow
Task Report Line | edit_workflow
Task Report | delivery_causality_interaction_workflow
Task Report | delivery_causality_workflow
Task Report | edit_workflow
Task Report | task_report_workflow
Task | delivery_causality_interaction_workflow
Task | delivery_causality_workflow
Task | edit_workflow
Task | task_workflow
\ No newline at end of file
......@@ -19,6 +19,10 @@
<type>Container Line</type>
<workflow>edit_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Delivery Cell</type>
<workflow>delivery_movement_causality_interaction_workflow</workflow>
</chain>
<chain>
<type>Delivery Root Simulation Rule</type>
<workflow>edit_workflow, rule_validation_workflow</workflow>
......@@ -29,27 +33,27 @@
</chain>
<chain>
<type>Internal Order</type>
<workflow>delivery_causality_workflow, edit_workflow, order_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, order_workflow</workflow>
</chain>
<chain>
<type>Internal Order Cell</type>
<workflow>edit_workflow, pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Internal Order Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Internal Packing List</type>
<workflow>delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
</chain>
<chain>
<type>Internal Packing List Cell</type>
<workflow>pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Internal Packing List Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Internal Trade Condition</type>
......@@ -77,27 +81,27 @@
</chain>
<chain>
<type>Purchase Order</type>
<workflow>delivery_causality_workflow, edit_workflow, order_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, order_workflow</workflow>
</chain>
<chain>
<type>Purchase Order Cell</type>
<workflow>edit_workflow, pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Purchase Order Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Purchase Packing List</type>
<workflow>delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
</chain>
<chain>
<type>Purchase Packing List Cell</type>
<workflow>pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Purchase Packing List Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Purchase Trade Condition</type>
......@@ -105,51 +109,51 @@
</chain>
<chain>
<type>Returned Purchase Packing List</type>
<workflow>delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
</chain>
<chain>
<type>Returned Purchase Packing List Cell</type>
<workflow>pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Returned Purchase Packing List Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Returned Sale Packing List</type>
<workflow>delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
</chain>
<chain>
<type>Returned Sale Packing List Cell</type>
<workflow>pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Returned Sale Packing List Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Sale Order</type>
<workflow>delivery_causality_workflow, edit_workflow, order_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, order_workflow</workflow>
</chain>
<chain>
<type>Sale Order Cell</type>
<workflow>edit_workflow, pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Sale Order Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Sale Packing List</type>
<workflow>delivery_causality_workflow, edit_workflow, packing_list_container_workflow, packing_list_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, edit_workflow, packing_list_container_workflow, packing_list_workflow</workflow>
</chain>
<chain>
<type>Sale Packing List Cell</type>
<workflow>pricing_interaction_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, pricing_interaction_workflow</workflow>
</chain>
<chain>
<type>Sale Packing List Line</type>
<workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
<workflow>delivery_movement_causality_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Sale Trade Condition</type>
......
......@@ -9,24 +9,31 @@ Container Line | trade_matrix_workflow
Container | edit_workflow
Container | pricing_interaction_workflow
Container | reindex_object_interaction_workflow
Delivery Cell | delivery_movement_causality_interaction_workflow
Delivery Root Simulation Rule | edit_workflow
Delivery Root Simulation Rule | rule_validation_workflow
Delivery Simulation Rule | edit_workflow
Delivery Simulation Rule | rule_validation_workflow
Internal Order Cell | delivery_movement_causality_interaction_workflow
Internal Order Cell | edit_workflow
Internal Order Cell | pricing_interaction_workflow
Internal Order Line | delivery_movement_causality_interaction_workflow
Internal Order Line | edit_workflow
Internal Order Line | movement_resource_interaction_workflow
Internal Order Line | pricing_interaction_workflow
Internal Order Line | trade_matrix_workflow
Internal Order | delivery_causality_interaction_workflow
Internal Order | delivery_causality_workflow
Internal Order | edit_workflow
Internal Order | order_workflow
Internal Packing List Cell | delivery_movement_causality_interaction_workflow
Internal Packing List Cell | pricing_interaction_workflow
Internal Packing List Line | delivery_movement_causality_interaction_workflow
Internal Packing List Line | edit_workflow
Internal Packing List Line | movement_resource_interaction_workflow
Internal Packing List Line | pricing_interaction_workflow
Internal Packing List Line | trade_matrix_workflow
Internal Packing List | delivery_causality_interaction_workflow
Internal Packing List | delivery_causality_workflow
Internal Packing List | edit_workflow
Internal Packing List | packing_list_workflow
......@@ -42,56 +49,74 @@ Inventory | inventory_workflow
Order Root Simulation Rule | edit_workflow
Order Root Simulation Rule | rule_validation_workflow
Payment Condition | edit_workflow
Purchase Order Cell | delivery_movement_causality_interaction_workflow
Purchase Order Cell | edit_workflow
Purchase Order Cell | pricing_interaction_workflow
Purchase Order Line | delivery_movement_causality_interaction_workflow
Purchase Order Line | edit_workflow
Purchase Order Line | movement_resource_interaction_workflow
Purchase Order Line | pricing_interaction_workflow
Purchase Order Line | trade_matrix_workflow
Purchase Order | delivery_causality_interaction_workflow
Purchase Order | delivery_causality_workflow
Purchase Order | edit_workflow
Purchase Order | order_workflow
Purchase Packing List Cell | delivery_movement_causality_interaction_workflow
Purchase Packing List Cell | pricing_interaction_workflow
Purchase Packing List Line | delivery_movement_causality_interaction_workflow
Purchase Packing List Line | edit_workflow
Purchase Packing List Line | movement_resource_interaction_workflow
Purchase Packing List Line | pricing_interaction_workflow
Purchase Packing List Line | trade_matrix_workflow
Purchase Packing List | delivery_causality_interaction_workflow
Purchase Packing List | delivery_causality_workflow
Purchase Packing List | edit_workflow
Purchase Packing List | packing_list_workflow
Purchase Trade Condition | edit_workflow
Purchase Trade Condition | reindex_object_interaction_workflow
Purchase Trade Condition | validation_workflow
Returned Purchase Packing List Cell | delivery_movement_causality_interaction_workflow
Returned Purchase Packing List Cell | pricing_interaction_workflow
Returned Purchase Packing List Line | delivery_movement_causality_interaction_workflow
Returned Purchase Packing List Line | edit_workflow
Returned Purchase Packing List Line | movement_resource_interaction_workflow
Returned Purchase Packing List Line | pricing_interaction_workflow
Returned Purchase Packing List Line | trade_matrix_workflow
Returned Purchase Packing List | delivery_causality_interaction_workflow
Returned Purchase Packing List | delivery_causality_workflow
Returned Purchase Packing List | edit_workflow
Returned Purchase Packing List | packing_list_workflow
Returned Sale Packing List Cell | delivery_movement_causality_interaction_workflow
Returned Sale Packing List Cell | pricing_interaction_workflow
Returned Sale Packing List Line | delivery_movement_causality_interaction_workflow
Returned Sale Packing List Line | edit_workflow
Returned Sale Packing List Line | movement_resource_interaction_workflow
Returned Sale Packing List Line | pricing_interaction_workflow
Returned Sale Packing List Line | trade_matrix_workflow
Returned Sale Packing List | delivery_causality_interaction_workflow
Returned Sale Packing List | delivery_causality_workflow
Returned Sale Packing List | edit_workflow
Returned Sale Packing List | packing_list_workflow
Sale Order Cell | delivery_movement_causality_interaction_workflow
Sale Order Cell | edit_workflow
Sale Order Cell | pricing_interaction_workflow
Sale Order Line | delivery_movement_causality_interaction_workflow
Sale Order Line | edit_workflow
Sale Order Line | movement_resource_interaction_workflow
Sale Order Line | pricing_interaction_workflow
Sale Order Line | trade_matrix_workflow
Sale Order | delivery_causality_interaction_workflow
Sale Order | delivery_causality_workflow
Sale Order | edit_workflow
Sale Order | order_workflow
Sale Packing List Cell | delivery_movement_causality_interaction_workflow
Sale Packing List Cell | pricing_interaction_workflow
Sale Packing List Line | delivery_movement_causality_interaction_workflow
Sale Packing List Line | edit_workflow
Sale Packing List Line | movement_resource_interaction_workflow
Sale Packing List Line | pricing_interaction_workflow
Sale Packing List Line | trade_matrix_workflow
Sale Packing List | delivery_causality_interaction_workflow
Sale Packing List | delivery_causality_workflow
Sale Packing List | edit_workflow
Sale Packing List | 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