[Erp5-report] r34943 jerome - in /erp5/trunk/bt5/erp5_base: CategoryTemplateItem/portal_cat...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 3 15:19:57 CEST 2010


Author: jerome
Date: Mon May  3 15:19:57 2010
New Revision: 34943

URL: http://svn.erp5.org?rev=34943&view=rev
Log:
configure acquisition for payment mode

Modified:
    erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/payment_mode.xml
    erp5/trunk/bt5/erp5_base/bt/revision

Modified: erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/payment_mode.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/payment_mode.xml?rev=34943&r1=34942&r2=34943&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/payment_mode.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/CategoryTemplateItem/portal_categories/payment_mode.xml [utf8] Mon May  3 15:19:57 2010
@@ -10,6 +10,33 @@
     <pickle>
       <dictionary>
         <item>
+            <key> <string>_Add_portal_content_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignor</string>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Add_portal_folders_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignor</string>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>_Copy_or_Move_Permission</string> </key>
+            <value>
+              <tuple>
+                <string>Assignor</string>
+                <string>Manager</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
             <key> <string>_count</string> </key>
             <value>
               <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
@@ -34,7 +61,9 @@
         <item>
             <key> <string>acquisition_base_category</string> </key>
             <value>
-              <tuple/>
+              <tuple>
+                <string>parent</string>
+              </tuple>
             </value>
         </item>
         <item>
@@ -53,7 +82,7 @@
         </item>
         <item>
             <key> <string>acquisition_portal_type</string> </key>
-            <value> <string>python: []</string> </value>
+            <value> <string>python: context.getPortalPaymentConditionTypeList() + context.getPortalMovementTypeList() + context.getPortalDeliveryTypeList()</string> </value>
         </item>
         <item>
             <key> <string>acquisition_sync_value</string> </key>
@@ -79,7 +108,9 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>fallback_base_category</string> </key>

Modified: erp5/trunk/bt5/erp5_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/revision?rev=34943&r1=34942&r2=34943&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/revision [utf8] Mon May  3 15:19:57 2010
@@ -1,1 +1,1 @@
-725
+726




More information about the Erp5-report mailing list