Commit c1ab1355 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Temporary version (aq properties are useless - only the solver category is useful)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30637 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0b69655e
......@@ -79,6 +79,12 @@ class SolverDecision(XMLObject):
, 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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment