Commit b1e89c7e authored by Sebastien Robin's avatar Sebastien Robin

The definition of ITradeModelPath was a copy/paste of

the definition of IBusinessLink. So fix the definition of
ITradeModelPath

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44347 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e90248c7
......@@ -35,12 +35,9 @@ from zope.interface import Interface
class ITradeModelPath(Interface):
"""Trade Model Path interface specification
ITradeModelPath provides a method to calculate the completion
date of existing movements based on business path properties.
It also provides methods to determine whether all related simulation
movements related to a given explanation are completed, partially
completed or frozen. Finally, it provides a method to invoke
delivery builders for all movements related to a given explanation.
The core purpose of Trade Model Path is to define the arrows and dates of
an amount generated by a Rule and eventually transform this amount into a
single or multiple similation movements.
"""
def getExpectedQuantity(amount):
......
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