diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml index b07fde6aed60dfb4b847162e608de5b26473a77c..cb0338e21f94cdd5dedfd1f622edbf6fe91c59f4 100644 --- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml +++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml @@ -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> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 028ead557545f4a0263fca5a4fe488295c6ca4c8..66342ea76b86e61dc2d8ac98fb43572769c26904 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1010 \ No newline at end of file +1011 \ No newline at end of file