[Erp5-report] r44347 seb - /erp5/trunk/products/ERP5/interfaces/trade_model_path.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 16 14:26:48 CET 2011


Author: seb
Date: Wed Mar 16 14:26:48 2011
New Revision: 44347

URL: http://svn.erp5.org?rev=44347&view=rev
Log:
The definition of ITradeModelPath was a copy/paste of
the definition of IBusinessLink. So fix the definition of
ITradeModelPath

Modified:
    erp5/trunk/products/ERP5/interfaces/trade_model_path.py

Modified: erp5/trunk/products/ERP5/interfaces/trade_model_path.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/trade_model_path.py?rev=44347&r1=44346&r2=44347&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/trade_model_path.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/trade_model_path.py [utf8] Wed Mar 16 14:26:48 2011
@@ -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):



More information about the Erp5-report mailing list