[Erp5-report] r39193 jm - in /erp5/trunk: bt5/erp5_apparel/PropertySheetTemplateItem/ produ...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 14 19:16:02 CEST 2010


Author: jm
Date: Thu Oct 14 19:16:02 2010
New Revision: 39193

URL: http://svn.erp5.org?rev=39193&view=rev
Log:
Remove references to nonexistent base categories to reduce log verbosity

Modified:
    erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModel.py
    erp5/trunk/products/ERP5/PropertySheet/Arrow.py
    erp5/trunk/products/ERP5/PropertySheet/Resource.py

Modified: erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModel.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModel.py?rev=39193&r1=39192&r2=39193&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModel.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_apparel/PropertySheetTemplateItem/ApparelModel.py [utf8] Thu Oct 14 19:16:02 2010
@@ -119,9 +119,9 @@ class ApparelModel:
       'mode'        : 'w' },
   )
 
-  _categories = ( 'composition', 'transformation_state', 'pricing', 'origin', 'brand', 'tariff_nomenclature' )
+  _categories = ( 'composition', 'pricing', 'origin', 'brand', 'tariff_nomenclature' )
   #_categories = ( 'transformation_state', 'apparel_pricing', 'apparel_creation_type', 'brand', 'tariff_nomenclature' )
-                  #     XXXXXXX              XXXX                XXXX   apparel_model_creation_type                        (As in Brussels Tariff Nomenclature)               
+                  #     XXXXXXX              XXXX                XXXX   apparel_model_creation_type                        (As in Brussels Tariff Nomenclature)
 
   _constraints = (
     { 'id'            : 'apparel_shape',

Modified: erp5/trunk/products/ERP5/PropertySheet/Arrow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Arrow.py?rev=39193&r1=39192&r2=39193&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] Thu Oct 14 19:16:02 2010
@@ -325,8 +325,8 @@ class Arrow:
                     'source_carrier', 'destination_carrier',
                     'source_referral', 'destination_referral',
                     'source_account', 'destination_account',
-                    'source_advice', 'destination_advice',
-                    'source_transport', 'destination_transport',
+                    #'source_advice', 'destination_advice',
+                    #'source_transport', 'destination_transport',
                     # Virtual categories
                     'source_region', 'destination_region',
                     'source_payment_region', 'destination_payment_region',

Modified: erp5/trunk/products/ERP5/PropertySheet/Resource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Resource.py?rev=39193&r1=39192&r2=39193&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Resource.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Resource.py [utf8] Thu Oct 14 19:16:02 2010
@@ -179,12 +179,9 @@ class Resource:
 
     )
 
-    _categories = ( 'source', 'destination', 'quantity_unit', 'price_unit',
-                    'weight_unit', 'length_unit', 'height_unit', 'width_unit',
-                    'volume_unit',
+    _categories = ( 'source', 'destination', 'quantity_unit',
                     'base_contribution',
                     'use',
-                    'price_currency',  'source_price_currency',
-                    'destination_price_currency', 'product_line',
+                    'price_currency', 'product_line',
                     'industrial_phase')
 




More information about the Erp5-report mailing list