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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 14 11:36:32 CEST 2008


Author: jerome
Date: Mon Apr 14 11:36:30 2008
New Revision: 20477

URL: http://svn.erp5.org?rev=20477&view=rev
Log:
revise r20467, after r20476 document containing movement doesn't need to be a Delivery

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=20477&r1=20476&r2=20477&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TradeCondition.py (original)
+++ erp5/trunk/products/ERP5/Document/TradeCondition.py Mon Apr 14 11:36:30 2008
@@ -32,9 +32,8 @@
 
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from Products.ERP5.Document.Path import Path
-from Products.ERP5.Document.Delivery import Delivery
 
-class TradeCondition(Delivery, Path):
+class TradeCondition(Path):
     """
       Trade Conditions are used to store the conditions (payment, logistic,...)
       which should be applied (and used in the orders) when two companies make




More information about the Erp5-report mailing list