[Erp5-report] r27991 - /erp5/trunk/products/ERP5/Document/BusinessPath.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 7 14:45:14 CEST 2009
Author: luke
Date: Tue Jul 7 14:45:10 2009
New Revision: 27991
URL: http://svn.erp5.org?rev=27991&view=rev
Log:
- extend categories used by BPM system
Modified:
erp5/trunk/products/ERP5/Document/BusinessPath.py
Modified: erp5/trunk/products/ERP5/Document/BusinessPath.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessPath.py?rev=27991&r1=27990&r2=27991&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessPath.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessPath.py [utf8] Tue Jul 7 14:45:10 2009
@@ -98,7 +98,9 @@
of this Arrow
"""
# Naive implementation - we must use category groups instead - XXX
- return ('source', 'source_section', 'source_payment', 'source_project', )
+ return ('source', 'source_section', 'source_payment', 'source_project',
+ 'source_administration', 'source_project', 'source_function',
+ 'source_payment', 'source_account')
security.declareProtected(Permissions.AccessContentsInformation, 'getDestinationBaseCategoryList')
def getDestinationBaseCategoryList(self):
@@ -107,7 +109,9 @@
of this Arrow
"""
# Naive implementation - we must use category groups instead - XXX
- return ('destination', 'destination_section', 'destination_payment', 'destination_project', )
+ return ('destination', 'destination_section', 'destination_payment', 'destination_project',
+ 'destination_administration', 'destination_project', 'destination_function',
+ 'destination_payment', 'destination_account')
# ICategoryAccessProvider overriden methods
def _getCategoryMembershipList(self, category, **kw):
More information about the Erp5-report
mailing list