Commit 703f9b5b authored by Jérome Perrin's avatar Jérome Perrin

revise r20467, after r20476 document containing movement doesn't need to be a Delivery


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20477 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 177f9f86
...@@ -32,9 +32,8 @@ from AccessControl import ClassSecurityInfo ...@@ -32,9 +32,8 @@ from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5.Document.Path import Path 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,...) Trade Conditions are used to store the conditions (payment, logistic,...)
which should be applied (and used in the orders) when two companies make which should be applied (and used in the orders) when two companies make
......
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