diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow.xml
index 351b2134dfb0ad31898e2b234dc79fc903ca58c7..820865b0be16fbbac439f187d04087d897d8b10c 100644
--- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow.xml
+++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow.xml
@@ -62,6 +62,8 @@
                 <string>Access contents information</string>
                 <string>Modify portal content</string>
                 <string>View</string>
+                <string>Add portal content</string>
+                <string>Delete objects</string>
               </tuple>
             </value>
         </item>
diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/deleted.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/deleted.xml
index 6964fa266a8713669a1a6310b67bd7cf8fab0c08..8e33885582d693ae163d37bc6a63d233975880f5 100644
--- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/deleted.xml
+++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/deleted.xml
@@ -72,6 +72,22 @@
                       </tuple>
                     </value>
                 </item>
+                <item>
+                    <key> <string>Add portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Manager</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>Delete objects</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Manager</string>
+                      </tuple>
+                    </value>
+                </item>
                 <item>
                     <key> <string>Modify portal content</string> </key>
                     <value>
diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/draft.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/draft.xml
index 645c80829617029fc385031fb17a1d361b0b280a..11c48f671525ff2037a8ad23eb6e2dcd68ce05b8 100644
--- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/draft.xml
+++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/draft.xml
@@ -62,17 +62,14 @@
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Persistence</string>
-          <string>PersistentMapping</string>
-        </tuple>
-        <none/>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
       <dictionary>
         <item>
-            <key> <string>_container</string> </key>
+            <key> <string>data</string> </key>
             <value>
               <dictionary>
                 <item>
@@ -88,6 +85,28 @@
                       </tuple>
                     </value>
                 </item>
+                <item>
+                    <key> <string>Add portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Manager</string>
+                        <string>Owner</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>Delete objects</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Manager</string>
+                        <string>Owner</string>
+                      </tuple>
+                    </value>
+                </item>
                 <item>
                     <key> <string>Modify portal content</string> </key>
                     <value>
diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/invalidated.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/invalidated.xml
index 38d7c2ea6c71f39d97c15bc5a7f94afc07909ecc..3598e6f4faa45f04e608b6fe0e8daf2d65bb4cb3 100644
--- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/invalidated.xml
+++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/invalidated.xml
@@ -56,17 +56,14 @@
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Persistence</string>
-          <string>PersistentMapping</string>
-        </tuple>
-        <none/>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
       <dictionary>
         <item>
-            <key> <string>_container</string> </key>
+            <key> <string>data</string> </key>
             <value>
               <dictionary>
                 <item>
@@ -81,6 +78,24 @@
                       </tuple>
                     </value>
                 </item>
+                <item>
+                    <key> <string>Add portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Manager</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>Delete objects</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Manager</string>
+                      </tuple>
+                    </value>
+                </item>
                 <item>
                     <key> <string>Modify portal content</string> </key>
                     <value>
diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/validated.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/validated.xml
index dfddcc2d94e35cf9ce58028007b0d8feac305ac7..593272f339bb3e1aeeb5fc0602432528957711a1 100644
--- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/validated.xml
+++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/states/validated.xml
@@ -82,6 +82,22 @@
                       </tuple>
                     </value>
                 </item>
+                <item>
+                    <key> <string>Add portal content</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Manager</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>Delete objects</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Manager</string>
+                      </tuple>
+                    </value>
+                </item>
                 <item>
                     <key> <string>Modify portal content</string> </key>
                     <value>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index 00e6995f0c25eafe85dc68f518fa2a3bfd39bd26..849eaf846afa36e3886600eca759f81d637bd064 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-720
\ No newline at end of file
+722
\ No newline at end of file