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 2555dd217aa79155229b91830c4b57d9bcdcb5b7..2141ec544565ae5e037e0f12d160b7e3aea4853a 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 @@ -43,7 +43,7 @@ </item> <item> <key> <string>acquisition_copy_value</string> </key> - <value> <int>1</int> </value> + <value> <int>0</int> </value> </item> <item> <key> <string>acquisition_mask_value</string> </key> @@ -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.getPortalResourceTypeList())</string> </value> + <value> <string>python: list(portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList())</string> </value> </item> <item> <key> <string>acquisition_sync_value</string> </key> @@ -111,7 +111,7 @@ </item> <item> <key> <string>last_id</string> </key> - <value> <string>4</string> </value> + <value> <string>6</string> </value> </item> <item> <key> <string>membership_criterion_base_category</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index bf6edd4ec880686dcb8dd0c52a318b52231f4172..184de29ade86a28b72d0412b3700aaba4c1474ef 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1634 \ No newline at end of file +1635