Commit b5608db4 authored by Fabien Morin's avatar Fabien Morin

add portal.getPortalTransformationTypeList()) to acquisition portal type list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27446 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 76d96393
......@@ -57,7 +57,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList())</string> </value>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList() + portal.getPortalTransformationTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......@@ -83,7 +83,9 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>fallback_base_category</string> </key>
......
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