Commit 7cb2405b authored by Alexandre Boeglin's avatar Alexandre Boeglin

finish the 'edit' -> 'calculate' move on invoice causality (calculate must be...

finish the 'edit' -> 'calculate' move on invoice causality (calculate must be triggered on the delivery, as edit is no longer a workflow method)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16750 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent badb4d93
......@@ -25,11 +25,11 @@
</chain>
<chain>
<type>Invoice Cell</type>
<workflow>delivery_edit_workflow, edit_workflow</workflow>
<workflow>delivery_edit_workflow, delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Invoice Line</type>
<workflow>delivery_edit_workflow, trade_matrix_workflow, edit_workflow</workflow>
<workflow>delivery_edit_workflow, trade_matrix_workflow, delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Invoice Rule</type>
......@@ -53,18 +53,18 @@
</chain>
<chain>
<type>Purchase Invoice Transaction</type>
<workflow>accounting_workflow, edit_workflow, delivery_edit_workflow, invoice_causality_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, accounting_workflow, edit_workflow, delivery_edit_workflow, invoice_causality_workflow</workflow>
</chain>
<chain>
<type>Purchase Invoice Transaction Line</type>
<workflow>delivery_edit_workflow, edit_workflow</workflow>
<workflow>delivery_edit_workflow, edit_workflow, delivery_movement_causality_interaction_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction</type>
<workflow>accounting_workflow, edit_workflow, delivery_edit_workflow, invoice_causality_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, accounting_workflow, edit_workflow, delivery_edit_workflow, invoice_causality_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction Line</type>
<workflow>delivery_edit_workflow, edit_workflow</workflow>
<workflow>edit_workflow, delivery_movement_causality_interaction_workflow, delivery_edit_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
423
\ No newline at end of file
424
\ No newline at end of file
......@@ -10,8 +10,10 @@ Balance Transaction Line | edit_workflow
Balance Transaction | accounting_workflow
Balance Transaction | edit_workflow
Invoice Cell | delivery_edit_workflow
Invoice Cell | delivery_movement_causality_interaction_workflow
Invoice Cell | edit_workflow
Invoice Line | delivery_edit_workflow
Invoice Line | delivery_movement_causality_interaction_workflow
Invoice Line | edit_workflow
Invoice Line | trade_matrix_workflow
Invoice Rule | edit_workflow
......@@ -22,14 +24,18 @@ Payment Rule | edit_workflow
Payment Transaction | accounting_workflow
Payment Transaction | edit_workflow
Purchase Invoice Transaction Line | delivery_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_edit_workflow
Purchase Invoice Transaction | edit_workflow
Purchase Invoice Transaction | invoice_causality_workflow
Sale Invoice Transaction Line | delivery_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_edit_workflow
Sale Invoice Transaction | edit_workflow
Sale Invoice Transaction | invoice_causality_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