[Erp5-report] r15839 - /erp5/trunk/products/ERP5Banking/Document/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 27 15:15:46 CEST 2007


Author: jp
Date: Mon Aug 27 15:15:46 2007
New Revision: 15839

URL: http://svn.erp5.org?rev=15839&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/ERP5Banking/Document/BankingOperation.py
    erp5/trunk/products/ERP5Banking/Document/BankingOperationLine.py

Modified: erp5/trunk/products/ERP5Banking/Document/BankingOperation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/Document/BankingOperation.py?rev=15839&r1=15838&r2=15839&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/Document/BankingOperation.py (original)
+++ erp5/trunk/products/ERP5Banking/Document/BankingOperation.py Mon Aug 27 15:15:46 2007
@@ -27,7 +27,6 @@
 
 from AccessControl import ClassSecurityInfo
 from Products.CMFCore.utils import getToolByName
-from Products.CMFCore.WorkflowCore import WorkflowMethod
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from Products.ERP5.Document.Delivery import Delivery
 from Products.ERP5Type.Document.DeliveryCell import DeliveryCell

Modified: erp5/trunk/products/ERP5Banking/Document/BankingOperationLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/Document/BankingOperationLine.py?rev=15839&r1=15838&r2=15839&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/Document/BankingOperationLine.py (original)
+++ erp5/trunk/products/ERP5Banking/Document/BankingOperationLine.py Mon Aug 27 15:15:46 2007
@@ -27,7 +27,6 @@
 
 from AccessControl import ClassSecurityInfo
 from Products.CMFCore.utils import getToolByName
-from Products.CMFCore.WorkflowCore import WorkflowMethod
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from Products.ERP5.Document.AccountingTransactionLine import AccountingTransactionLine
 from Products.ERP5Banking.BaobabMixin import BaobabMixin




More information about the Erp5-report mailing list