[Erp5-report] r45425 aurel - /erp5/trunk/bt5/erp5_banking_core/PathTemplateItem/account_mod...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 14 11:54:24 CEST 2011


Author: aurel
Date: Thu Apr 14 11:54:24 2011
New Revision: 45425

URL: http://svn.erp5.org?rev=45425&view=rev
Log:
xml change + addition of roles

- generic account_workflow now defines more permission & roles for account object

Modified:
    erp5/trunk/bt5/erp5_banking_core/PathTemplateItem/account_module/bank_account.xml

Modified: erp5/trunk/bt5/erp5_banking_core/PathTemplateItem/account_module/bank_account.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/PathTemplateItem/account_module/bank_account.xml?rev=45425&r1=45424&r2=45425&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/PathTemplateItem/account_module/bank_account.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/PathTemplateItem/account_module/bank_account.xml [utf8] Thu Apr 14 11:54:24 2011
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="Account" module="Products.ERP5Type.Document.Account"/>
-        <tuple/>
-      </tuple>
+      <global name="Account" module="erp5.portal_type"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -26,15 +23,22 @@
             <key> <string>_Add_portal_content_Permission</string> </key>
             <value>
               <tuple>
+                <string>Assignee</string>
                 <string>Assignor</string>
                 <string>Manager</string>
+                <string>Owner</string>
               </tuple>
             </value>
         </item>
         <item>
             <key> <string>_Delete_objects_Permission</string> </key>
             <value>
-              <tuple/>
+              <tuple>
+                <string>Assignee</string>
+                <string>Assignor</string>
+                <string>Manager</string>
+                <string>Owner</string>
+              </tuple>
             </value>
         </item>
         <item>
@@ -119,25 +123,13 @@
   </record>
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>BTrees.Length</string>
-          <string>Length</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="Length" module="BTrees.Length"/>
     </pickle>
     <pickle> <int>0</int> </pickle>
   </record>
   <record id="3" aka="AAAAAAAAAAM=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>BTrees.OOBTree</string>
-          <string>OOBTree</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
     </pickle>
     <pickle>
       <none/>
@@ -145,13 +137,7 @@
   </record>
   <record id="4" aka="AAAAAAAAAAQ=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>BTrees.OOBTree</string>
-          <string>OOBTree</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="OOBTree" module="BTrees.OOBTree"/>
     </pickle>
     <pickle>
       <none/>



More information about the Erp5-report mailing list