diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/workflow_chain_type.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/workflow_chain_type.xml index 003149834355707363a65bea7d1b8fee728ba43d..6aebeb04909ed329729febed010191c3492313e9 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/workflow_chain_type.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/workflow_chain_type.xml @@ -1,14 +1,18 @@ <workflow_chain> <chain> <type>Account</type> - <workflow>edit_workflow</workflow> + <workflow>edit_workflow, account_workflow</workflow> </chain> <chain> <type>Account Module</type> <workflow></workflow> </chain> <chain> - <type>Accounting Period Delimiter</type> + <type>Accounting Period</type> + <workflow>accounting_period_workflow</workflow> + </chain> + <chain> + <type>Accounting Period Module</type> <workflow>(Default)</workflow> </chain> <chain> @@ -35,6 +39,10 @@ <type>Balance Transaction Line</type> <workflow>edit_workflow</workflow> </chain> + <chain> + <type>Cash Register</type> + <workflow>(Default)</workflow> + </chain> <chain> <type>Invoice Cell</type> <workflow>edit_workflow, delivery_edit_workflow</workflow>