Commit 15be37b7 authored by Fabien Morin's avatar Fabien Morin

Amount already inherit from Variated. It's useless to have it 2 times.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27401 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 81054d81
......@@ -28,19 +28,14 @@
##############################################################################
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, interfaces
from Products.ERP5Type.XMLMatrix import XMLMatrix
from Products.ERP5.Document.Amount import Amount
from Products.ERP5.Variated import Variated
from Products.ERP5Type.Utils import cartesianProduct
from Products.ERP5.AggregatedAmountList import AggregatedAmountList
import zope.interface
class TradeModelLine(XMLMatrix, Amount, Variated):
class TradeModelLine(XMLMatrix, Amount):
"""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