[Erp5-report] r44783 jerome - in /erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets: ...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 30 11:43:24 CEST 2011


Author: jerome
Date: Wed Mar 30 11:43:23 2011
New Revision: 44783

URL: http://svn.erp5.org?rev=44783&view=rev
Log:
_value and _value_list are also needed for relation fields

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml [utf8] Wed Mar 30 11:43:23 2011
@@ -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>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml [utf8] Wed Mar 30 11:43:23 2011
@@ -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>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml [utf8] Wed Mar 30 11:43:23 2011
@@ -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>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision?rev=44783&r1=44782&r2=44783&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] Wed Mar 30 11:43:23 2011
@@ -1 +1 @@
-14
\ No newline at end of file
+15
\ No newline at end of file



More information about the Erp5-report mailing list