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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 21 09:40:43 CEST 2010


Author: yusei
Date: Fri May 21 09:40:40 2010
New Revision: 35509

URL: http://svn.erp5.org?rev=35509&view=rev
Log:
Add preference properties for base amount category.

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=35509&r1=35508&r2=35509&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/TradePreference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/TradePreference.py [utf8] Fri May 21 09:40:40 2010
@@ -71,4 +71,19 @@
       'write_permission': 'Manage properties',
       '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',
+      'type'        : 'lines',
+      'preference'  : 1,
+      'default'     : [],
+      'write_permission': 'Manage properties',
+      'mode'        : '' },
     )




More information about the Erp5-report mailing list