[Erp5-report] r36545 kazuhiko - /erp5/trunk/products/ERP5/PropertySheet/SolverType.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jun 23 17:21:54 CEST 2010
Author: kazuhiko
Date: Wed Jun 23 17:21:50 2010
New Revision: 36545
URL: http://svn.erp5.org?rev=36545&view=rev
Log:
add 'automatic_solver' property to enable automatic solving.
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=36545&r1=36544&r2=36545&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/SolverType.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/SolverType.py [utf8] Wed Jun 23 17:21:50 2010
@@ -68,6 +68,11 @@ class SolverType:
'mode': 'w',
'label': 'Delivery Solvers'
},
+ { 'id': 'automatic_solver',
+ 'type': 'boolean',
+ 'mode': 'w',
+ 'label': 'Solve automatically if True'
+ },
)
_categories = ('conflicting_solver',)
More information about the Erp5-report
mailing list