Commit 6d3025f5 authored by Fabien Morin's avatar Fabien Morin

inherit from XMLMatrix and Variated


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27264 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 80435c62
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment