[Erp5-report] r15819 - /erp5/trunk/products/ERP5Shop/Document/ShopOrder.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 27 14:43:10 CEST 2007


Author: jp
Date: Mon Aug 27 14:43:09 2007
New Revision: 15819

URL: http://svn.erp5.org?rev=15819&view=rev
Log:
New WorkflowMethod implementation. This new implementation solves most issues which existed previously and related to multiple workflows for a single workflow method ID. It should also be faster but will require some more work so that changes in workflow definition are reflected automatically in workflow methods registration.

Modified:
    erp5/trunk/products/ERP5Shop/Document/ShopOrder.py

Modified: erp5/trunk/products/ERP5Shop/Document/ShopOrder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Shop/Document/ShopOrder.py?rev=15819&r1=15818&r2=15819&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Shop/Document/ShopOrder.py (original)
+++ erp5/trunk/products/ERP5Shop/Document/ShopOrder.py Mon Aug 27 14:43:09 2007
@@ -45,7 +45,7 @@
 from Products.MMMShop.ShopOrder import OrderLine as MMMOrderLine
 from Products.MMMShop.utils import getUniqueID
 
-from Products.CMFCore.WorkflowCore import WorkflowMethod
+from Products.ERP5Type.Base import WorkflowMethod
 
 from cStringIO import StringIO
 




More information about the Erp5-report mailing list