[Erp5-report] r31299 kazuhiko - /erp5/trunk/products/ERP5/PropertySheet/SolverType.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 15 11:18:31 CET 2009


Author: kazuhiko
Date: Tue Dec 15 11:18:22 2009
New Revision: 31299

URL: http://svn.erp5.org?rev=31299&view=rev
Log:
add 'tested_property' property in SolverType portal type, because each solver portal type should know which property should be solved.

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=31299&r1=31298&r2=31299&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/SolverType.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/SolverType.py [utf8] Tue Dec 15 11:18:22 2009
@@ -31,6 +31,11 @@
     """
 
     _properties = (
+        { 'id':         'tested_property',
+          'type':       'string',
+          'mode':       'w',
+          'label':      'Property to be solved'
+         },
         { 'id':         'solver_action_title',
           'type':       'string',
           'mode':       'w',




More information about the Erp5-report mailing list