[Erp5-report] r33948 kazuhiko - /erp5/trunk/products/ERP5/PropertySheet/SolverType.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Mar 22 14:54:43 CET 2010
Author: kazuhiko
Date: Mon Mar 22 14:54:42 2010
New Revision: 33948
URL: http://svn.erp5.org?rev=33948&view=rev
Log:
* rename the property id from line_grouping to line_groupable.
* add properties: configuration_groupable and process_exclusive.
* add a category: conflicting_solver.
Modified:
erp5/trunk/products/ERP5/PropertySheet/SolverType.py
Modified: erp5/trunk/products/ERP5/PropertySheet/SolverType.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SolverType.py?rev=33948&r1=33947&r2=33948&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/SolverType.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/SolverType.py [utf8] Mon Mar 22 14:54:42 2010
@@ -42,15 +42,25 @@
'mode': 'w',
'label': 'Solver Action Title'
},
- { 'id': 'line_grouping',
+ { 'id': 'line_groupable',
'type': 'boolean',
'mode': 'w',
- 'label': 'Line Grouping'
+ 'label': 'Line Groupable'
},
{ 'id': 'line_exclusive',
'type': 'boolean',
'mode': 'w',
'label': 'Line Exclusive'
+ },
+ { 'id': 'configuration_groupable',
+ 'type': 'boolean',
+ 'mode': 'w',
+ 'label': 'Configuration Groupable'
+ },
+ { 'id': 'process_exclusive',
+ 'type': 'boolean',
+ 'mode': 'w',
+ 'label': 'Process Exclusive'
},
{ 'id': 'delivery_solver',
'type': 'tokens',
@@ -58,3 +68,5 @@
'label': 'Delivery Solvers'
},
)
+
+ _categories = ('conflicting_solver',)
More information about the Erp5-report
mailing list