[Erp5-report] r27136 - /erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat May 23 21:28:08 CEST 2009


Author: jp
Date: Sat May 23 21:28:07 2009
New Revision: 27136

URL: http://svn.erp5.org?rev=27136&view=rev
Log:
Add support for trade_condition_type

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

Modified: erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py?rev=27136&r1=27135&r2=27136&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py [utf8] Sat May 23 21:28:07 2009
@@ -68,5 +68,6 @@
   )
 
   _categories = ( 'group', 'activity', 'incoterm',
-                  'price_currency', 'delivery_mode', )
+                  'price_currency', 'delivery_mode',
+                  'trade_condition_type',  )
 




More information about the Erp5-report mailing list