From 201f18d8d761963d436514199ed889eef54902c3 Mon Sep 17 00:00:00 2001
From: Gabriel Monnerat <gabriel@tiolive.com>
Date: Fri, 4 Nov 2016 23:13:40 +0000
Subject: [PATCH] erp5_accounting: Allow users with Associate role, stop the
 accounting transaction

---
 .../portal_workflow/accounting_workflow/transitions/stop.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/stop.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/stop.xml
index 43e4e63cd7..dd5f313b2b 100644
--- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/stop.xml
+++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/stop.xml
@@ -10,6 +10,10 @@
             <key> <string>actbox_category</string> </key>
             <value> <string>workflow</string> </value>
         </item>
+        <item>
+            <key> <string>actbox_icon</string> </key>
+            <value> <string></string> </value>
+        </item>
         <item>
             <key> <string>actbox_name</string> </key>
             <value> <string></string> </value>
@@ -67,6 +71,7 @@
               <tuple>
                 <string>Assignor</string>
                 <string>Assignee</string>
+                <string>Associate</string>
               </tuple>
             </value>
         </item>
-- 
2.30.9