diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml index 78c8e001f48647aba09df1e39ebb7e65a835e8f1..f236b3813bb484c1f8b9f58ebfde9f4ae9a78ed8 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml @@ -23,6 +23,24 @@ </tuple> </value> </item> + <item> + <key> <string>acquisition_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>acquisition_object_id</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>alt_accessor_id</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>categories</string> </key> <value> @@ -59,6 +77,11 @@ <string>destination_reference</string> <string>p_variation_base_category_list</string> <string>destination_account</string> + <string>destination_function</string> + <string>destination_funding</string> + <string>source_account</string> + <string>source_function</string> + <string>source_funding</string> <string>min_delay</string> <string>max_delay</string> <string>min_flow</string> @@ -72,6 +95,12 @@ <key> <string>content_portal_type</string> </key> <value> <string>python: (\'Internal Supply Line\',)</string> </value> </item> + <item> + <key> <string>content_translation_acquired_property_id</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>description</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml index d1c835138da6c4f2efc22d136ba985b5dd5030b7..35dbf537f1d4d8e50f4ea74ba7692f38da39b602 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml @@ -23,6 +23,24 @@ </tuple> </value> </item> + <item> + <key> <string>acquisition_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>acquisition_object_id</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>alt_accessor_id</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>categories</string> </key> <value> @@ -59,6 +77,8 @@ <string>destination_reference</string> <string>p_variation_base_category_list</string> <string>destination_account</string> + <string>destination_function</string> + <string>destination_funding</string> <string>min_delay</string> <string>max_delay</string> <string>min_flow</string> @@ -72,6 +92,12 @@ <key> <string>content_portal_type</string> </key> <value> <string>python: (\'Purchase Supply Line\',)</string> </value> </item> + <item> + <key> <string>content_translation_acquired_property_id</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>description</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml index 8ca9deafd808ec0e18de276490d9526e3f04801a..5b64cd89195dbb07de6db6d864d28ad4806e09db 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml @@ -23,6 +23,24 @@ </tuple> </value> </item> + <item> + <key> <string>acquisition_base_category</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>acquisition_object_id</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>alt_accessor_id</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>categories</string> </key> <value> @@ -59,6 +77,8 @@ <string>destination_reference</string> <string>p_variation_base_category_list</string> <string>source_account</string> + <string>source_function</string> + <string>source_funding</string> <string>min_delay</string> <string>max_delay</string> <string>min_flow</string> @@ -72,6 +92,12 @@ <key> <string>content_portal_type</string> </key> <value> <string>python: (\'Sale Supply Line\',)</string> </value> </item> + <item> + <key> <string>content_translation_acquired_property_id</string> </key> + <value> + <tuple/> + </value> + </item> <item> <key> <string>description</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision index 9d607966b721abde8931ddd052181fae905db503..3cacc0b93c9c9c03a72da624ca28a09ba5c1336f 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision +++ b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision @@ -1 +1 @@ -11 \ No newline at end of file +12 \ No newline at end of file