[Erp5-report] r30637 - /erp5/trunk/products/ERP5/Document/SolverDecision.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 16 00:00:46 CET 2009


Author: jp
Date: Mon Nov 16 00:00:46 2009
New Revision: 30637

URL: http://svn.erp5.org?rev=30637&view=rev
Log:
Temporary version (aq properties are useless - only the solver category is useful)

Modified:
    erp5/trunk/products/ERP5/Document/SolverDecision.py

Modified: erp5/trunk/products/ERP5/Document/SolverDecision.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/SolverDecision.py?rev=30637&r1=30636&r2=30637&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/SolverDecision.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/SolverDecision.py [utf8] Mon Nov 16 00:00:46 2009
@@ -79,6 +79,12 @@
                     , PropertySheet.DublinCore
                     , PropertySheet.SolverSelection
                     )
+  # XXX-JPS missing property sheet or categories to specify 
+  #   delivery -> the delivery lines which are solved by the decision
+  #   (default)delivery or solver_application or order -> the object of application of resolution
+  #         ie. a specified delivery, a specified delivery line, etc.
+  #         (delivery should be enough)
+  #   all property sheets of target solvers (with their configuration properties)
 
   # Declarative interfaces
   zope.interface.implements(interfaces.IConfigurable,




More information about the Erp5-report mailing list