From cc5ce0e997e6ba438a0fa0ea83b2023a0247e76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 30 Jan 2006 17:38:18 +0000 Subject: [PATCH] change roles, as we no longuer have a dedicated module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5442 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../accounting_period_workflow/transitions/cancel_action.xml | 2 +- .../accounting_period_workflow/transitions/confirm_action.xml | 4 ++-- .../accounting_period_workflow/transitions/deliver_action.xml | 1 + .../accounting_period_workflow/transitions/plan_action.xml | 2 +- .../accounting_period_workflow/transitions/reopen_action.xml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/cancel_action.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/cancel_action.xml index 0360bb262c..fba3187eef 100755 --- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/cancel_action.xml +++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/cancel_action.xml @@ -84,7 +84,7 @@ <value> <tuple> <string>Assignor</string> - <string>Assignee</string> + <string>Manager</string> <string>Owner</string> </tuple> </value> diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/confirm_action.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/confirm_action.xml index 60beaddabb..4cfa2fb3c2 100755 --- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/confirm_action.xml +++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/confirm_action.xml @@ -24,7 +24,7 @@ </item> <item> <key> <string>actbox_name</string> </key> - <value> <string>Close Accounting Period</string> </value> + <value> <string>Temporally Close Accounting Period</string> </value> </item> <item> <key> <string>actbox_url</string> </key> @@ -83,8 +83,8 @@ <key> <string>roles</string> </key> <value> <tuple> - <string>Assignee</string> <string>Assignor</string> + <string>Manager</string> </tuple> </value> </item> diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/deliver_action.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/deliver_action.xml index 6ab70b267c..cda30d220b 100755 --- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/deliver_action.xml +++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/deliver_action.xml @@ -84,6 +84,7 @@ <value> <tuple> <string>Assignor</string> + <string>Manager</string> </tuple> </value> </item> diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/plan_action.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/plan_action.xml index 3f4d7843d8..898dc30c2e 100755 --- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/plan_action.xml +++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/plan_action.xml @@ -84,7 +84,7 @@ <value> <tuple> <string>Assignor</string> - <string>Assignee</string> + <string>Manager</string> </tuple> </value> </item> diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/reopen_action.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/reopen_action.xml index 316694136a..eac9b3b9a8 100755 --- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/reopen_action.xml +++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/transitions/reopen_action.xml @@ -84,7 +84,7 @@ <value> <tuple> <string>Assignor</string> - <string>Assignee</string> + <string>Manager</string> </tuple> </value> </item> -- 2.30.9