[Erp5-report] r27770 - /erp5/trunk/products/ERP5/Document/TradeCondition.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 23 11:01:52 CEST 2009


Author: fabien
Date: Tue Jun 23 11:01:51 2009
New Revision: 27770

URL: http://svn.erp5.org?rev=27770&view=rev
Log:
remove causality property because we decide to not use it anymore (r27690)

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

Modified: erp5/trunk/products/ERP5/Document/TradeCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TradeCondition.py?rev=27770&r1=27769&r2=27770&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TradeCondition.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/TradeCondition.py [utf8] Tue Jun 23 11:01:51 2009
@@ -53,7 +53,7 @@
       which should be applied (and used in the orders) when two companies make
       business together
     """
-    edited_property_list = ['price', 'causality','resource','quantity',
+    edited_property_list = ['price', 'resource', 'quantity',
         'reference', 'base_application_list', 'base_contribution_list']
 
     meta_type = 'ERP5 Trade Condition'




More information about the Erp5-report mailing list