Commit 73b44872 authored by Fabien Morin's avatar Fabien Morin

use portal.getPortalModelPathTypeList() instead of...

use portal.getPortalModelPathTypeList() instead of portal.getPortalTransformationTypeList. In this way, transformation lines will not acquire reference from their parent

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32021 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1b2c62d
......@@ -103,7 +103,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() + portal.getPortalTransformationTypeList())</string> </value>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList() + portal.getPortalModelPathTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......
1438
\ No newline at end of file
1441
\ 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