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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 30 14:47:43 CEST 2011


Author: jerome
Date: Wed Mar 30 14:47:42 2011
New Revision: 44800

URL: http://svn.erp5.org?rev=44800&view=rev
Log:
_value_list is needed to unset relation

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=44800&r1=44799&r2=44800&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 14:47:42 2011
@@ -65,7 +65,9 @@
                 <string>source_title</string>
                 <string>destination_title</string>
                 <string>source_value</string>
+                <string>source_value_list</string>
                 <string>destination_value</string>
+                <string>destination_value_list</string>
                 <string>quantity_step</string>
                 <string>quantity_step_list</string>
                 <string>priced_quantity</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=44800&r1=44799&r2=44800&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 14:47:42 2011
@@ -65,7 +65,9 @@
                 <string>source_title</string>
                 <string>destination_title</string>
                 <string>source_value</string>
+                <string>source_value_list</string>
                 <string>destination_value</string>
+                <string>destination_value_list</string>
                 <string>quantity_step</string>
                 <string>quantity_step_list</string>
                 <string>priced_quantity</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=44800&r1=44799&r2=44800&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 14:47:42 2011
@@ -65,7 +65,9 @@
                 <string>source_title</string>
                 <string>destination_title</string>
                 <string>source_value</string>
+                <string>source_value_list</string>
                 <string>destination_value</string>
+                <string>destination_value_list</string>
                 <string>quantity_step</string>
                 <string>quantity_step_list</string>
                 <string>priced_quantity</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=44800&r1=44799&r2=44800&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 14:47:42 2011
@@ -1 +1 @@
-15
\ No newline at end of file
+16
\ No newline at end of file



More information about the Erp5-report mailing list