diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/states/diverged.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/states/diverged.xml index aea7efeffde756be57eb2b47e6068520897107b0..3cb1626224c3a21ca8b5342230ec8d1a9bc5078c 100644 --- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/states/diverged.xml +++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/states/diverged.xml @@ -44,14 +44,20 @@ <string>accept_decision_action</string> <string>adopt_prevision</string> <string>adopt_prevision_action</string> + <string>calculate</string> <string>converge</string> - <string>edit</string> <string>split_prevision</string> <string>split_prevision_action</string> <string>start_building</string> </tuple> </value> </item> + <item> + <key> <string>type_list</string> </key> + <value> + <tuple/> + </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/states/solved.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/states/solved.xml index 666783fe182f16b168763ef54be216e57fbe18f4..b2321f99d315389fcf50818d63f332fd1cd98ea5 100644 --- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/states/solved.xml +++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/invoice_causality_workflow/states/solved.xml @@ -40,12 +40,18 @@ <key> <string>transitions</string> </key> <value> <tuple> + <string>calculate</string> <string>diverge</string> - <string>edit</string> <string>start_building</string> </tuple> </value> </item> + <item> + <key> <string>type_list</string> </key> + <value> + <tuple/> + </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 97964b3fde641bc6a38c676af554c7f060572be9..26f5507e837387d5f30037c3850049232da923a6 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -422 \ No newline at end of file +423 \ No newline at end of file