From a074ffa63b0f88c5e26962f627af69876ff4f619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 30 Mar 2011 09:43:23 +0000 Subject: [PATCH] _value and _value_list are also needed for relation fields git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44783 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../DefaultSupply/internal_supply_line_property.xml | 8 ++++++++ .../DefaultSupply/purchase_supply_line_property.xml | 4 ++++ .../DefaultSupply/sale_supply_line_property.xml | 4 ++++ product/ERP5/bootstrap/erp5_property_sheets/bt/revision | 2 +- 4 files changed, 17 insertions(+), 1 deletion(-) 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 58e89e094f..147bb8563c 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 @@ -79,14 +79,22 @@ <string>p_variation_base_category_list</string> <string>destination_account</string> <string>destination_function</string> + <string>destination_function_value</string> + <string>destination_function_value_list</string> <string>destination_function_title</string> <string>destination_funding</string> + <string>destination_funding_value</string> + <string>destination_funding_value_list</string> <string>destination_funding_title</string> <string>source_account</string> <string>source_function</string> <string>source_function_title</string> + <string>source_function_value</string> + <string>source_function_value_list</string> <string>source_funding</string> <string>source_funding_title</string> + <string>source_funding_value</string> + <string>source_funding_value_list</string> <string>min_delay</string> <string>max_delay</string> <string>min_flow</string> 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 a8baf10c0e..9786a64da7 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 @@ -79,8 +79,12 @@ <string>p_variation_base_category_list</string> <string>destination_account</string> <string>destination_function</string> + <string>destination_function_value</string> + <string>destination_function_value_list</string> <string>destination_function_title</string> <string>destination_funding</string> + <string>destination_funding_value</string> + <string>destination_funding_value_list</string> <string>destination_funding_title</string> <string>min_delay</string> <string>max_delay</string> 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 ca61dbee9c..8c2aad4ce0 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 @@ -79,8 +79,12 @@ <string>p_variation_base_category_list</string> <string>source_account</string> <string>source_function</string> + <string>source_function_value</string> + <string>source_function_value_list</string> <string>source_function_title</string> <string>source_funding</string> + <string>source_funding_value</string> + <string>source_funding_value_list</string> <string>source_funding_title</string> <string>min_delay</string> <string>max_delay</string> diff --git a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision index da2d3988d7..3f10ffe7a4 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision +++ b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision @@ -1 +1 @@ -14 \ No newline at end of file +15 \ No newline at end of file -- 2.30.9