[Erp5-report] r26684 - /erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 28 17:52:16 CEST 2009
Author: luke
Date: Tue Apr 28 17:52:10 2009
New Revision: 26684
URL: http://svn.erp5.org?rev=26684&view=rev
Log:
- properties for source and destination methods
Modified:
erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py
Modified: erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py?rev=26684&r1=26683&r2=26684&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BusinessPath.py [utf8] Tue Apr 28 17:52:10 2009
@@ -36,6 +36,13 @@
'description' : 'If 1 it is related to root of simulation tree (root explanation)',
'type' : 'boolean',
'mode' : 'w' },
-
+ { 'id' : 'source_method_id',
+ 'description' : 'ID of method to get source list of categories',
+ 'type' : 'string',
+ 'mode' : 'w' },
+ { 'id' : 'destination_method_id',
+ 'description' : 'ID of method to get destination list of categories',
+ 'type' : 'string',
+ 'mode' : 'w' },
)
_categories = ( )
More information about the Erp5-report
mailing list