[Erp5-report] r27264 - /erp5/trunk/products/ERP5/Document/TradeModelLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 29 17:32:51 CEST 2009


Author: fabien
Date: Fri May 29 17:32:50 2009
New Revision: 27264

URL: http://svn.erp5.org?rev=27264&view=rev
Log:
inherit from XMLMatrix and Variated

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

Modified: erp5/trunk/products/ERP5/Document/TradeModelLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TradeModelLine.py?rev=27264&r1=27263&r2=27264&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TradeModelLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/TradeModelLine.py [utf8] Fri May 29 17:32:50 2009
@@ -30,14 +30,16 @@
 from AccessControl import ClassSecurityInfo
 
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
+from Products.ERP5Type.XMLMatrix import XMLMatrix
 
 from Products.ERP5.Document.Amount import Amount
+from Products.ERP5.Variated import Variated
 
 from Products.ERP5.AggregatedAmountList import AggregatedAmountList
 
 import zope.interface
 
-class TradeModelLine(Amount):
+class TradeModelLine(XMLMatrix, Amount, Variated):
     """Trade Model Line
     """
     meta_type = 'ERP5 Trade Model Line'




More information about the Erp5-report mailing list