[Erp5-report] r35524 yusei - /erp5/trunk/products/ERP5/PropertySheet/TradePreference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 21 14:33:56 CEST 2010


Author: yusei
Date: Fri May 21 14:33:55 2010
New Revision: 35524

URL: http://svn.erp5.org?rev=35524&view=rev
Log:
For base amount category, only one preferred list on trade would be enough.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/TradePreference.py

Modified: erp5/trunk/products/ERP5/PropertySheet/TradePreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradePreference.py?rev=35524&r1=35523&r2=35524&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/TradePreference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/TradePreference.py [utf8] Fri May 21 14:33:55 2010
@@ -72,15 +72,8 @@
       'mode'        : '' },
 
     # base_amount
-    { 'id'          : 'preferred_sale_base_amount',
-      'description' : 'Uses of base amounts that are sold',
-      'type'        : 'lines',
-      'preference'  : 1,
-      'default'     : [],
-      'write_permission': 'Manage properties',
-      'mode'        : '' },
-    { 'id'          : 'preferred_purchase_base_amount',
-      'description' : 'Uses of base amounts that are purchased',
+    { 'id'          : 'preferred_trade_base_amount',
+      'description' : 'Uses of base amounts for trade',
       'type'        : 'lines',
       'preference'  : 1,
       'default'     : [],




More information about the Erp5-report mailing list