Commit f32cb7a1 authored by Aurel's avatar Aurel

reset acquisition base category and acquisition portal type that was removed in a previous commit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24472 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent faa2994f
......@@ -34,7 +34,12 @@
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple/>
<tuple>
<string>delivery</string>
<string>order</string>
<string>parent</string>
<string>resource</string>
</tuple>
</value>
</item>
<item>
......@@ -53,7 +58,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: []</string> </value>
<value> <string>python: list(portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalResourceTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......
1010
\ No newline at end of file
1011
\ 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