Commit c2d5f370 authored by Jérome Perrin's avatar Jérome Perrin

configure acquisition for payment mode

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34943 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e28e10d3
...@@ -9,6 +9,33 @@ ...@@ -9,6 +9,33 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <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> <item>
<key> <string>_count</string> </key> <key> <string>_count</string> </key>
<value> <value>
...@@ -34,7 +61,9 @@ ...@@ -34,7 +61,9 @@
<item> <item>
<key> <string>acquisition_base_category</string> </key> <key> <string>acquisition_base_category</string> </key>
<value> <value>
<tuple/> <tuple>
<string>parent</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -53,7 +82,7 @@ ...@@ -53,7 +82,7 @@
</item> </item>
<item> <item>
<key> <string>acquisition_portal_type</string> </key> <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>
<item> <item>
<key> <string>acquisition_sync_value</string> </key> <key> <string>acquisition_sync_value</string> </key>
...@@ -79,7 +108,9 @@ ...@@ -79,7 +108,9 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>fallback_base_category</string> </key> <key> <string>fallback_base_category</string> </key>
......
725 726
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment