Commit de999051 authored by Julien Muchembled's avatar Julien Muchembled Committed by Alain Takoudjou

Disable most interaction workflows related to simulation

- container_interaction_workflow
- delivery_causality_interaction_workflow
- delivery_movement_causality_interaction_workflow
- delivery_movement_simulation_interaction_workflow
- delivery_simulation_interaction_workflow
- simulation_movement_causality_interaction_workflow
- trade_model_line_interaction_workflow
- transformation_interaction_workflow

Conflicts:
	bt5/erp5_mrp/bt/template_portal_type_workflow_chain_list
parent a038af6d
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</chain> </chain>
<chain> <chain>
<type>Accounting Transaction</type> <type>Accounting Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow> <workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Accounting Transaction Balance Constraint</type> <type>Accounting Transaction Balance Constraint</type>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</chain> </chain>
<chain> <chain>
<type>Accounting Transaction Line</type> <type>Accounting Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Accounting Transaction Root Simulation Rule</type> <type>Accounting Transaction Root Simulation Rule</type>
...@@ -45,22 +45,22 @@ ...@@ -45,22 +45,22 @@
</chain> </chain>
<chain> <chain>
<type>Payment Transaction</type> <type>Payment Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow> <workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Invoice Transaction</type> <type>Purchase Invoice Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow> <workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Invoice Transaction Line</type> <type>Purchase Invoice Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Invoice Transaction</type> <type>Sale Invoice Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow> <workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Invoice Transaction Line</type> <type>Sale Invoice Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
</workflow_chain> </workflow_chain>
\ No newline at end of file
...@@ -3,15 +3,11 @@ Account | edit_workflow ...@@ -3,15 +3,11 @@ Account | edit_workflow
Accounting Period | accounting_period_workflow Accounting Period | accounting_period_workflow
Accounting Period | edit_workflow Accounting Period | edit_workflow
Accounting Transaction Balance Constraint | dynamic_class_generation_interaction_workflow Accounting Transaction Balance Constraint | dynamic_class_generation_interaction_workflow
Accounting Transaction Line | delivery_movement_causality_interaction_workflow
Accounting Transaction Line | delivery_movement_simulation_interaction_workflow
Accounting Transaction Line | edit_workflow Accounting Transaction Line | edit_workflow
Accounting Transaction Root Simulation Rule | edit_workflow Accounting Transaction Root Simulation Rule | edit_workflow
Accounting Transaction Root Simulation Rule | rule_validation_workflow Accounting Transaction Root Simulation Rule | rule_validation_workflow
Accounting Transaction | accounting_workflow Accounting Transaction | accounting_workflow
Accounting Transaction | delivery_causality_interaction_workflow
Accounting Transaction | delivery_causality_workflow Accounting Transaction | delivery_causality_workflow
Accounting Transaction | delivery_simulation_interaction_workflow
Accounting Transaction | edit_workflow Accounting Transaction | edit_workflow
Balance Transaction | accounting_workflow Balance Transaction | accounting_workflow
Balance Transaction | edit_workflow Balance Transaction | edit_workflow
...@@ -25,23 +21,13 @@ Payment Simulation Rule | edit_workflow ...@@ -25,23 +21,13 @@ Payment Simulation Rule | edit_workflow
Payment Simulation Rule | rule_interaction_workflow Payment Simulation Rule | rule_interaction_workflow
Payment Simulation Rule | rule_validation_workflow Payment Simulation Rule | rule_validation_workflow
Payment Transaction | accounting_workflow Payment Transaction | accounting_workflow
Payment Transaction | delivery_causality_interaction_workflow
Payment Transaction | delivery_causality_workflow Payment Transaction | delivery_causality_workflow
Payment Transaction | delivery_simulation_interaction_workflow
Payment Transaction | edit_workflow Payment Transaction | edit_workflow
Purchase Invoice Transaction Line | delivery_movement_causality_interaction_workflow
Purchase Invoice Transaction Line | delivery_movement_simulation_interaction_workflow
Purchase Invoice Transaction Line | edit_workflow Purchase Invoice Transaction Line | edit_workflow
Purchase Invoice Transaction | accounting_workflow Purchase Invoice Transaction | accounting_workflow
Purchase Invoice Transaction | delivery_causality_interaction_workflow
Purchase Invoice Transaction | delivery_causality_workflow Purchase Invoice Transaction | delivery_causality_workflow
Purchase Invoice Transaction | delivery_simulation_interaction_workflow
Purchase Invoice Transaction | edit_workflow Purchase Invoice Transaction | edit_workflow
Sale Invoice Transaction Line | delivery_movement_causality_interaction_workflow
Sale Invoice Transaction Line | delivery_movement_simulation_interaction_workflow
Sale Invoice Transaction Line | edit_workflow Sale Invoice Transaction Line | edit_workflow
Sale Invoice Transaction | accounting_workflow Sale Invoice Transaction | accounting_workflow
Sale Invoice Transaction | delivery_causality_interaction_workflow
Sale Invoice Transaction | delivery_causality_workflow Sale Invoice Transaction | delivery_causality_workflow
Sale Invoice Transaction | delivery_simulation_interaction_workflow
Sale Invoice Transaction | edit_workflow Sale Invoice Transaction | edit_workflow
\ No newline at end of file
<workflow_chain> <workflow_chain>
<chain> <chain>
<type>Purchase Invoice</type> <type>Purchase Invoice</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, invoice_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, invoice_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Invoice</type> <type>Sale Invoice</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, invoice_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, invoice_workflow</workflow>
</chain> </chain>
</workflow_chain> </workflow_chain>
\ No newline at end of file
Purchase Invoice | delivery_causality_interaction_workflow
Purchase Invoice | delivery_causality_workflow Purchase Invoice | delivery_causality_workflow
Purchase Invoice | delivery_simulation_interaction_workflow
Purchase Invoice | edit_workflow Purchase Invoice | edit_workflow
Purchase Invoice | invoice_workflow Purchase Invoice | invoice_workflow
Sale Invoice | delivery_causality_interaction_workflow
Sale Invoice | delivery_causality_workflow Sale Invoice | delivery_causality_workflow
Sale Invoice | delivery_simulation_interaction_workflow
Sale Invoice | edit_workflow Sale Invoice | edit_workflow
Sale Invoice | invoice_workflow Sale Invoice | invoice_workflow
\ No newline at end of file
...@@ -37,11 +37,11 @@ ...@@ -37,11 +37,11 @@
</chain> </chain>
<chain> <chain>
<type>Container Cell</type> <type>Container Cell</type>
<workflow>container_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Container Line</type> <type>Container Line</type>
<workflow>container_interaction_workflow, edit_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Counter Rendering</type> <type>Counter Rendering</type>
......
...@@ -17,9 +17,7 @@ Cash To Currency Sale | cash_to_currency_sale_workflow ...@@ -17,9 +17,7 @@ Cash To Currency Sale | cash_to_currency_sale_workflow
Cash To Currency Sale | edit_workflow Cash To Currency Sale | edit_workflow
Classification Survey | classification_survey_workflow Classification Survey | classification_survey_workflow
Classification Survey | edit_workflow Classification Survey | edit_workflow
Container Cell | container_interaction_workflow
Container Cell | edit_workflow Container Cell | edit_workflow
Container Line | container_interaction_workflow
Container Line | edit_workflow Container Line | edit_workflow
Container Line | trade_matrix_workflow Container Line | trade_matrix_workflow
Counter Rendering | counter_rendering_workflow Counter Rendering | counter_rendering_workflow
......
...@@ -87,10 +87,6 @@ ...@@ -87,10 +87,6 @@
<type>Rounding Model</type> <type>Rounding Model</type>
<workflow>validation_workflow</workflow> <workflow>validation_workflow</workflow>
</chain> </chain>
<chain>
<type>Simulation Movement</type>
<workflow>simulation_movement_causality_interaction_workflow</workflow>
</chain>
<chain> <chain>
<type>Telephone</type> <type>Telephone</type>
<workflow>edit_workflow</workflow> <workflow>edit_workflow</workflow>
......
...@@ -43,5 +43,4 @@ Query | query_workflow ...@@ -43,5 +43,4 @@ Query | query_workflow
Role Definition | edit_workflow Role Definition | edit_workflow
Role Definition | local_permission_interaction_workflow Role Definition | local_permission_interaction_workflow
Rounding Model | validation_workflow Rounding Model | validation_workflow
Simulation Movement | simulation_movement_causality_interaction_workflow
Telephone | edit_workflow Telephone | edit_workflow
\ No newline at end of file
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
</chain> </chain>
<chain> <chain>
<type>Amortisation Transaction</type> <type>Amortisation Transaction</type>
<workflow>accounting_workflow, amortisation_transaction_causality_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow> <workflow>accounting_workflow, amortisation_transaction_causality_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Amortisation Transaction Line</type> <type>Amortisation Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Delivery Cell</type> <type>Delivery Cell</type>
......
Amortisation Rule | edit_workflow Amortisation Rule | edit_workflow
Amortisation Rule | rule_validation_workflow Amortisation Rule | rule_validation_workflow
Amortisation Transaction Line | delivery_movement_causality_interaction_workflow
Amortisation Transaction Line | delivery_movement_simulation_interaction_workflow
Amortisation Transaction Line | edit_workflow Amortisation Transaction Line | edit_workflow
Amortisation Transaction | accounting_workflow Amortisation Transaction | accounting_workflow
Amortisation Transaction | amortisation_transaction_causality_workflow Amortisation Transaction | amortisation_transaction_causality_workflow
Amortisation Transaction | delivery_causality_interaction_workflow
Amortisation Transaction | delivery_causality_workflow Amortisation Transaction | delivery_causality_workflow
Amortisation Transaction | delivery_simulation_interaction_workflow
Amortisation Transaction | edit_workflow Amortisation Transaction | edit_workflow
Delivery Cell | immobilisation_movement_interaction_workflow Delivery Cell | immobilisation_movement_interaction_workflow
Immobilisation Line | edit_workflow Immobilisation Line | edit_workflow
......
<workflow_chain> <workflow_chain>
<chain> <chain>
<type>Invoice Cell</type> <type>Invoice Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow> <workflow>edit_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Invoice Line</type> <type>Invoice Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Invoice Simulation Rule</type> <type>Invoice Simulation Rule</type>
......
Invoice Cell | delivery_movement_causality_interaction_workflow
Invoice Cell | delivery_movement_simulation_interaction_workflow
Invoice Cell | edit_workflow Invoice Cell | edit_workflow
Invoice Cell | pricing_interaction_workflow Invoice Cell | pricing_interaction_workflow
Invoice Line | delivery_movement_causality_interaction_workflow
Invoice Line | delivery_movement_simulation_interaction_workflow
Invoice Line | edit_workflow Invoice Line | edit_workflow
Invoice Line | movement_resource_interaction_workflow Invoice Line | movement_resource_interaction_workflow
Invoice Line | pricing_interaction_workflow Invoice Line | pricing_interaction_workflow
......
<workflow_chain> <workflow_chain>
<chain> <chain>
<type>Production Order</type> <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_workflow, edit_workflow, production_order_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Production Order Cell</type> <type>Production Order Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Production Order Line</type> <type>Production Order Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, production_matrix_workflow, production_order_interaction_workflow</workflow> <workflow>edit_workflow, production_matrix_workflow, production_order_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Production Packing List</type> <type>Production Packing List</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, production_packing_list_workflow</workflow> <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, delivery_movement_simulation_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Production Packing List Line</type> <type>Production Packing List Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, production_matrix_workflow</workflow> <workflow>edit_workflow, production_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Production Report</type> <type>Production Report</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, production_packing_list_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, production_packing_list_workflow</workflow>
</chain>
<chain>
<type>Production Report Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Production Report Line</type> <type>Production Report Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, production_matrix_workflow</workflow> <workflow>edit_workflow, production_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Supply Chain</type> <type>Supply Chain</type>
......
Production Order Cell | delivery_movement_causality_interaction_workflow
Production Order Cell | delivery_movement_simulation_interaction_workflow
Production Order Cell | edit_workflow Production Order Cell | edit_workflow
Production Order Line | delivery_movement_causality_interaction_workflow
Production Order Line | delivery_movement_simulation_interaction_workflow
Production Order Line | edit_workflow Production Order Line | edit_workflow
Production Order Line | production_matrix_workflow Production Order Line | production_matrix_workflow
Production Order Line | production_order_interaction_workflow Production Order Line | production_order_interaction_workflow
Production Order | delivery_causality_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 Order Model Rule | rule_validation_workflow
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_workflow Production Order | delivery_causality_workflow
Production Order | delivery_simulation_interaction_workflow
Production Order | edit_workflow Production Order | edit_workflow
Production Order | production_order_workflow Production Order | production_order_workflow
Production Packing List Cell | delivery_movement_causality_interaction_workflow
Production Packing List Cell | delivery_movement_simulation_interaction_workflow
Production Packing List Line | delivery_movement_causality_interaction_workflow
Production Packing List Line | delivery_movement_simulation_interaction_workflow
Production Packing List Line | edit_workflow Production Packing List Line | edit_workflow
Production Packing List Line | production_matrix_workflow Production Packing List Line | production_matrix_workflow
Production Packing List | delivery_causality_interaction_workflow
Production Packing List | delivery_causality_workflow Production Packing List | delivery_causality_workflow
Production Packing List | delivery_simulation_interaction_workflow
Production Packing List | edit_workflow Production Packing List | edit_workflow
Production Packing List | production_packing_list_workflow Production Packing List | production_packing_list_workflow
Production Report Cell | delivery_movement_causality_interaction_workflow
Production Report Cell | delivery_movement_simulation_interaction_workflow
Production Report Line | delivery_movement_causality_interaction_workflow
Production Report Line | delivery_movement_simulation_interaction_workflow
Production Report Line | edit_workflow Production Report Line | edit_workflow
Production Report Line | production_matrix_workflow Production Report Line | production_matrix_workflow
Production Report | delivery_causality_interaction_workflow
Production Report | delivery_causality_workflow Production Report | delivery_causality_workflow
Production Report | delivery_simulation_interaction_workflow
Production Report | edit_workflow Production Report | edit_workflow
Production Report | production_packing_list_workflow Production Report | production_packing_list_workflow
Supply Chain | edit_workflow Supply Chain | edit_workflow
Supply Chain | validation_workflow Supply Chain | validation_workflow
Supply Link | edit_workflow Supply Link | edit_workflow
Supply Node | edit_workflow Supply Node | edit_workflow
\ No newline at end of file
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
</chain> </chain>
<chain> <chain>
<type>Pay Sheet Cell</type> <type>Pay Sheet Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Pay Sheet Line</type> <type>Pay Sheet Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Pay Sheet Model</type> <type>Pay Sheet Model</type>
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
</chain> </chain>
<chain> <chain>
<type>Pay Sheet Transaction</type> <type>Pay Sheet Transaction</type>
<workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow> <workflow>accounting_workflow, delivery_causality_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Pay Sheet Transaction Line</type> <type>Pay Sheet Transaction Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
</workflow_chain> </workflow_chain>
\ No newline at end of file
Employment Contract | edit_workflow Employment Contract | edit_workflow
Pay Sheet Cell | delivery_movement_causality_interaction_workflow
Pay Sheet Cell | delivery_movement_simulation_interaction_workflow
Pay Sheet Cell | edit_workflow Pay Sheet Cell | edit_workflow
Pay Sheet Line | delivery_movement_causality_interaction_workflow
Pay Sheet Line | delivery_movement_simulation_interaction_workflow
Pay Sheet Line | edit_workflow Pay Sheet Line | edit_workflow
Pay Sheet Line | trade_matrix_workflow Pay Sheet Line | trade_matrix_workflow
Pay Sheet Model Cell | trade_model_cell_interaction_workflow Pay Sheet Model Cell | trade_model_cell_interaction_workflow
...@@ -12,11 +8,7 @@ Pay Sheet Model Line | trade_matrix_workflow ...@@ -12,11 +8,7 @@ Pay Sheet Model Line | trade_matrix_workflow
Pay Sheet Model | edit_workflow Pay Sheet Model | edit_workflow
Pay Sheet Model | paysheet_model_interaction_workflow Pay Sheet Model | paysheet_model_interaction_workflow
Pay Sheet Model | validation_workflow Pay Sheet Model | validation_workflow
Pay Sheet Transaction Line | delivery_movement_causality_interaction_workflow
Pay Sheet Transaction Line | delivery_movement_simulation_interaction_workflow
Pay Sheet Transaction Line | edit_workflow Pay Sheet Transaction Line | edit_workflow
Pay Sheet Transaction | accounting_workflow Pay Sheet Transaction | accounting_workflow
Pay Sheet Transaction | delivery_causality_interaction_workflow
Pay Sheet Transaction | delivery_causality_workflow Pay Sheet Transaction | delivery_causality_workflow
Pay Sheet Transaction | delivery_simulation_interaction_workflow
Pay Sheet Transaction | edit_workflow Pay Sheet Transaction | edit_workflow
\ No newline at end of file
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</chain> </chain>
<chain> <chain>
<type>Transformation</type> <type>Transformation</type>
<workflow>conversion_interaction_workflow, edit_workflow, transformation_interaction_workflow, validation_workflow</workflow> <workflow>conversion_interaction_workflow, edit_workflow, validation_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Transformation Operation</type> <type>Transformation Operation</type>
......
...@@ -41,5 +41,4 @@ Transformation Transformed Resource | conversion_interaction_workflow ...@@ -41,5 +41,4 @@ Transformation Transformed Resource | conversion_interaction_workflow
Transformation Transformed Resource | edit_workflow Transformation Transformed Resource | edit_workflow
Transformation | conversion_interaction_workflow Transformation | conversion_interaction_workflow
Transformation | edit_workflow Transformation | edit_workflow
Transformation | transformation_interaction_workflow
Transformation | validation_workflow Transformation | validation_workflow
\ No newline at end of file
...@@ -17,18 +17,18 @@ ...@@ -17,18 +17,18 @@
</chain> </chain>
<chain> <chain>
<type>Task</type> <type>Task</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, task_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, task_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Task Line</type> <type>Task Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Task Report</type> <type>Task Report</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, task_report_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, task_report_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Task Report Line</type> <type>Task Report Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
</workflow_chain> </workflow_chain>
\ No newline at end of file
...@@ -5,19 +5,11 @@ Requirement Document | edit_workflow ...@@ -5,19 +5,11 @@ Requirement Document | edit_workflow
Requirement Document | validation_workflow Requirement Document | validation_workflow
Requirement | edit_workflow Requirement | edit_workflow
Requirement | requirement_analysis_workflow Requirement | requirement_analysis_workflow
Task Line | delivery_movement_causality_interaction_workflow
Task Line | delivery_movement_simulation_interaction_workflow
Task Line | edit_workflow Task Line | edit_workflow
Task Report Line | delivery_movement_causality_interaction_workflow
Task Report Line | delivery_movement_simulation_interaction_workflow
Task Report Line | edit_workflow Task Report Line | edit_workflow
Task Report | delivery_causality_interaction_workflow
Task Report | delivery_causality_workflow Task Report | delivery_causality_workflow
Task Report | delivery_simulation_interaction_workflow
Task Report | edit_workflow Task Report | edit_workflow
Task Report | task_report_workflow Task Report | task_report_workflow
Task | delivery_causality_interaction_workflow
Task | delivery_causality_workflow Task | delivery_causality_workflow
Task | delivery_simulation_interaction_workflow
Task | edit_workflow Task | edit_workflow
Task | task_workflow Task | task_workflow
\ No newline at end of file
...@@ -13,15 +13,11 @@ ...@@ -13,15 +13,11 @@
</chain> </chain>
<chain> <chain>
<type>Container Cell</type> <type>Container Cell</type>
<workflow>container_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow> <workflow>edit_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Container Line</type> <type>Container Line</type>
<workflow>container_interaction_workflow, edit_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain>
<chain>
<type>Delivery Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Delivery Root Simulation Rule</type> <type>Delivery Root Simulation Rule</type>
...@@ -33,27 +29,27 @@ ...@@ -33,27 +29,27 @@
</chain> </chain>
<chain> <chain>
<type>Internal Order</type> <type>Internal Order</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, order_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, order_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Internal Order Cell</type> <type>Internal Order Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow> <workflow>edit_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Internal Order Line</type> <type>Internal Order Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Internal Packing List</type> <type>Internal Packing List</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, packing_list_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Internal Packing List Cell</type> <type>Internal Packing List Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, pricing_interaction_workflow</workflow> <workflow>pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Internal Packing List Line</type> <type>Internal Packing List Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Internal Trade Condition</type> <type>Internal Trade Condition</type>
...@@ -81,27 +77,27 @@ ...@@ -81,27 +77,27 @@
</chain> </chain>
<chain> <chain>
<type>Purchase Order</type> <type>Purchase Order</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, order_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, order_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Order Cell</type> <type>Purchase Order Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow> <workflow>edit_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Order Line</type> <type>Purchase Order Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Packing List</type> <type>Purchase Packing List</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, packing_list_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Packing List Cell</type> <type>Purchase Packing List Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, pricing_interaction_workflow</workflow> <workflow>pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Packing List Line</type> <type>Purchase Packing List Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Trade Condition</type> <type>Purchase Trade Condition</type>
...@@ -109,51 +105,51 @@ ...@@ -109,51 +105,51 @@
</chain> </chain>
<chain> <chain>
<type>Returned Purchase Packing List</type> <type>Returned Purchase Packing List</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, packing_list_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Returned Purchase Packing List Cell</type> <type>Returned Purchase Packing List Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, pricing_interaction_workflow</workflow> <workflow>pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Returned Purchase Packing List Line</type> <type>Returned Purchase Packing List Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Returned Sale Packing List</type> <type>Returned Sale Packing List</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, packing_list_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, packing_list_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Returned Sale Packing List Cell</type> <type>Returned Sale Packing List Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, pricing_interaction_workflow</workflow> <workflow>pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Returned Sale Packing List Line</type> <type>Returned Sale Packing List Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Order</type> <type>Sale Order</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, order_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, order_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Order Cell</type> <type>Sale Order Cell</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, pricing_interaction_workflow</workflow> <workflow>edit_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Order Line</type> <type>Sale Order Line</type>
<workflow>delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Packing List</type> <type>Sale Packing List</type>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow, packing_list_container_workflow, packing_list_workflow</workflow> <workflow>delivery_causality_workflow, edit_workflow, packing_list_container_workflow, packing_list_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Packing List Cell</type> <type>Sale Packing List Cell</type>
<workflow>container_interaction_workflow, delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, pricing_interaction_workflow</workflow> <workflow>pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Packing List Line</type> <type>Sale Packing List Line</type>
<workflow>container_interaction_workflow, delivery_movement_causality_interaction_workflow, delivery_movement_simulation_interaction_workflow, edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow> <workflow>edit_workflow, movement_resource_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Trade Condition</type> <type>Sale Trade Condition</type>
...@@ -161,7 +157,7 @@ ...@@ -161,7 +157,7 @@
</chain> </chain>
<chain> <chain>
<type>Trade Model Line</type> <type>Trade Model Line</type>
<workflow>edit_workflow, trade_model_line_interaction_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Trade Model Line Cell Consistency Constraint</type> <type>Trade Model Line Cell Consistency Constraint</type>
......
Business Link | edit_workflow Business Link | edit_workflow
Business Process | edit_workflow Business Process | edit_workflow
Business Process | validation_workflow Business Process | validation_workflow
Container Cell | container_interaction_workflow
Container Cell | edit_workflow Container Cell | edit_workflow
Container Cell | pricing_interaction_workflow Container Cell | pricing_interaction_workflow
Container Line | container_interaction_workflow
Container Line | edit_workflow Container Line | edit_workflow
Container Line | pricing_interaction_workflow Container Line | pricing_interaction_workflow
Container Line | trade_matrix_workflow Container Line | trade_matrix_workflow
Container | edit_workflow Container | edit_workflow
Container | pricing_interaction_workflow Container | pricing_interaction_workflow
Container | reindex_object_interaction_workflow Container | reindex_object_interaction_workflow
Delivery Cell | delivery_movement_causality_interaction_workflow
Delivery Cell | delivery_movement_simulation_interaction_workflow
Delivery Root Simulation Rule | edit_workflow Delivery Root Simulation Rule | edit_workflow
Delivery Root Simulation Rule | rule_validation_workflow Delivery Root Simulation Rule | rule_validation_workflow
Delivery Simulation Rule | edit_workflow Delivery Simulation Rule | edit_workflow
Delivery Simulation Rule | rule_validation_workflow Delivery Simulation Rule | rule_validation_workflow
Internal Order Cell | delivery_movement_causality_interaction_workflow
Internal Order Cell | delivery_movement_simulation_interaction_workflow
Internal Order Cell | edit_workflow Internal Order Cell | edit_workflow
Internal Order Cell | pricing_interaction_workflow Internal Order Cell | pricing_interaction_workflow
Internal Order Line | delivery_movement_causality_interaction_workflow
Internal Order Line | delivery_movement_simulation_interaction_workflow
Internal Order Line | edit_workflow Internal Order Line | edit_workflow
Internal Order Line | movement_resource_interaction_workflow Internal Order Line | movement_resource_interaction_workflow
Internal Order Line | pricing_interaction_workflow Internal Order Line | pricing_interaction_workflow
Internal Order Line | trade_matrix_workflow Internal Order Line | trade_matrix_workflow
Internal Order | delivery_causality_interaction_workflow
Internal Order | delivery_causality_workflow Internal Order | delivery_causality_workflow
Internal Order | delivery_simulation_interaction_workflow
Internal Order | edit_workflow Internal Order | edit_workflow
Internal Order | order_workflow Internal Order | order_workflow
Internal Packing List Cell | delivery_movement_causality_interaction_workflow
Internal Packing List Cell | delivery_movement_simulation_interaction_workflow
Internal Packing List Cell | pricing_interaction_workflow Internal Packing List Cell | pricing_interaction_workflow
Internal Packing List Line | delivery_movement_causality_interaction_workflow
Internal Packing List Line | delivery_movement_simulation_interaction_workflow
Internal Packing List Line | edit_workflow Internal Packing List Line | edit_workflow
Internal Packing List Line | movement_resource_interaction_workflow Internal Packing List Line | movement_resource_interaction_workflow
Internal Packing List Line | pricing_interaction_workflow Internal Packing List Line | pricing_interaction_workflow
Internal Packing List Line | trade_matrix_workflow Internal Packing List Line | trade_matrix_workflow
Internal Packing List | delivery_causality_interaction_workflow
Internal Packing List | delivery_causality_workflow Internal Packing List | delivery_causality_workflow
Internal Packing List | delivery_simulation_interaction_workflow
Internal Packing List | edit_workflow Internal Packing List | edit_workflow
Internal Packing List | packing_list_workflow Internal Packing List | packing_list_workflow
Internal Trade Condition | edit_workflow Internal Trade Condition | edit_workflow
...@@ -58,95 +42,57 @@ Inventory | inventory_workflow ...@@ -58,95 +42,57 @@ Inventory | inventory_workflow
Order Root Simulation Rule | edit_workflow Order Root Simulation Rule | edit_workflow
Order Root Simulation Rule | rule_validation_workflow Order Root Simulation Rule | rule_validation_workflow
Payment Condition | edit_workflow Payment Condition | edit_workflow
Purchase Order Cell | delivery_movement_causality_interaction_workflow
Purchase Order Cell | delivery_movement_simulation_interaction_workflow
Purchase Order Cell | edit_workflow Purchase Order Cell | edit_workflow
Purchase Order Cell | pricing_interaction_workflow Purchase Order Cell | pricing_interaction_workflow
Purchase Order Line | delivery_movement_causality_interaction_workflow
Purchase Order Line | delivery_movement_simulation_interaction_workflow
Purchase Order Line | edit_workflow Purchase Order Line | edit_workflow
Purchase Order Line | movement_resource_interaction_workflow Purchase Order Line | movement_resource_interaction_workflow
Purchase Order Line | pricing_interaction_workflow Purchase Order Line | pricing_interaction_workflow
Purchase Order Line | trade_matrix_workflow Purchase Order Line | trade_matrix_workflow
Purchase Order | delivery_causality_interaction_workflow
Purchase Order | delivery_causality_workflow Purchase Order | delivery_causality_workflow
Purchase Order | delivery_simulation_interaction_workflow
Purchase Order | edit_workflow Purchase Order | edit_workflow
Purchase Order | order_workflow Purchase Order | order_workflow
Purchase Packing List Cell | delivery_movement_causality_interaction_workflow
Purchase Packing List Cell | delivery_movement_simulation_interaction_workflow
Purchase Packing List Cell | pricing_interaction_workflow Purchase Packing List Cell | pricing_interaction_workflow
Purchase Packing List Line | delivery_movement_causality_interaction_workflow
Purchase Packing List Line | delivery_movement_simulation_interaction_workflow
Purchase Packing List Line | edit_workflow Purchase Packing List Line | edit_workflow
Purchase Packing List Line | movement_resource_interaction_workflow Purchase Packing List Line | movement_resource_interaction_workflow
Purchase Packing List Line | pricing_interaction_workflow Purchase Packing List Line | pricing_interaction_workflow
Purchase Packing List Line | trade_matrix_workflow Purchase Packing List Line | trade_matrix_workflow
Purchase Packing List | delivery_causality_interaction_workflow
Purchase Packing List | delivery_causality_workflow Purchase Packing List | delivery_causality_workflow
Purchase Packing List | delivery_simulation_interaction_workflow
Purchase Packing List | edit_workflow Purchase Packing List | edit_workflow
Purchase Packing List | packing_list_workflow Purchase Packing List | packing_list_workflow
Purchase Trade Condition | edit_workflow Purchase Trade Condition | edit_workflow
Purchase Trade Condition | reindex_object_interaction_workflow Purchase Trade Condition | reindex_object_interaction_workflow
Purchase Trade Condition | validation_workflow Purchase Trade Condition | validation_workflow
Returned Purchase Packing List Cell | delivery_movement_causality_interaction_workflow
Returned Purchase Packing List Cell | delivery_movement_simulation_interaction_workflow
Returned Purchase Packing List Cell | pricing_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 | delivery_movement_simulation_interaction_workflow
Returned Purchase Packing List Line | edit_workflow Returned Purchase Packing List Line | edit_workflow
Returned Purchase Packing List Line | movement_resource_interaction_workflow Returned Purchase Packing List Line | movement_resource_interaction_workflow
Returned Purchase Packing List Line | pricing_interaction_workflow Returned Purchase Packing List Line | pricing_interaction_workflow
Returned Purchase Packing List Line | trade_matrix_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 | delivery_causality_workflow
Returned Purchase Packing List | delivery_simulation_interaction_workflow
Returned Purchase Packing List | edit_workflow Returned Purchase Packing List | edit_workflow
Returned Purchase Packing List | packing_list_workflow Returned Purchase Packing List | packing_list_workflow
Returned Sale Packing List Cell | delivery_movement_causality_interaction_workflow
Returned Sale Packing List Cell | delivery_movement_simulation_interaction_workflow
Returned Sale Packing List Cell | pricing_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 | delivery_movement_simulation_interaction_workflow
Returned Sale Packing List Line | edit_workflow Returned Sale Packing List Line | edit_workflow
Returned Sale Packing List Line | movement_resource_interaction_workflow Returned Sale Packing List Line | movement_resource_interaction_workflow
Returned Sale Packing List Line | pricing_interaction_workflow Returned Sale Packing List Line | pricing_interaction_workflow
Returned Sale Packing List Line | trade_matrix_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 | delivery_causality_workflow
Returned Sale Packing List | delivery_simulation_interaction_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_movement_causality_interaction_workflow
Sale Order Cell | delivery_movement_simulation_interaction_workflow
Sale Order Cell | edit_workflow Sale Order Cell | edit_workflow
Sale Order Cell | pricing_interaction_workflow Sale Order Cell | pricing_interaction_workflow
Sale Order Line | delivery_movement_causality_interaction_workflow
Sale Order Line | delivery_movement_simulation_interaction_workflow
Sale Order Line | edit_workflow Sale Order Line | edit_workflow
Sale Order Line | movement_resource_interaction_workflow Sale Order Line | movement_resource_interaction_workflow
Sale Order Line | pricing_interaction_workflow Sale Order Line | pricing_interaction_workflow
Sale Order Line | trade_matrix_workflow Sale Order Line | trade_matrix_workflow
Sale Order | delivery_causality_interaction_workflow
Sale Order | delivery_causality_workflow Sale Order | delivery_causality_workflow
Sale Order | delivery_simulation_interaction_workflow
Sale Order | edit_workflow Sale Order | edit_workflow
Sale Order | order_workflow Sale Order | order_workflow
Sale Packing List Cell | container_interaction_workflow
Sale Packing List Cell | delivery_movement_causality_interaction_workflow
Sale Packing List Cell | delivery_movement_simulation_interaction_workflow
Sale Packing List Cell | pricing_interaction_workflow Sale Packing List Cell | pricing_interaction_workflow
Sale Packing List Line | container_interaction_workflow
Sale Packing List Line | delivery_movement_causality_interaction_workflow
Sale Packing List Line | delivery_movement_simulation_interaction_workflow
Sale Packing List Line | edit_workflow Sale Packing List Line | edit_workflow
Sale Packing List Line | movement_resource_interaction_workflow Sale Packing List Line | movement_resource_interaction_workflow
Sale Packing List Line | pricing_interaction_workflow Sale Packing List Line | pricing_interaction_workflow
Sale Packing List Line | trade_matrix_workflow Sale Packing List Line | trade_matrix_workflow
Sale Packing List | delivery_causality_interaction_workflow
Sale Packing List | delivery_causality_workflow Sale Packing List | delivery_causality_workflow
Sale Packing List | delivery_simulation_interaction_workflow
Sale Packing List | edit_workflow Sale Packing List | edit_workflow
Sale Packing List | packing_list_container_workflow Sale Packing List | packing_list_container_workflow
Sale Packing List | packing_list_workflow Sale Packing List | packing_list_workflow
...@@ -155,5 +101,4 @@ Sale Trade Condition | reindex_object_interaction_workflow ...@@ -155,5 +101,4 @@ Sale Trade Condition | reindex_object_interaction_workflow
Sale Trade Condition | validation_workflow Sale Trade Condition | validation_workflow
Trade Model Line Cell Consistency Constraint | dynamic_class_generation_interaction_workflow Trade Model Line Cell Consistency Constraint | dynamic_class_generation_interaction_workflow
Trade Model Line | edit_workflow Trade Model Line | edit_workflow
Trade Model Line | trade_model_line_interaction_workflow
Trade Model Path | edit_workflow Trade Model Path | edit_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