Commit 43507de7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Solver Decision uses several categories.

* causality : a divergence tester where the divergence comes from
* delivery  : delivery lines which are solved by the decision


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31239 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d8e3f45e
......@@ -78,7 +78,6 @@ class SolverDecision(XMLObject):
, 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)
......
......@@ -40,4 +40,4 @@ class SolverSelection:
)
_categories = ('solver',)
_categories = ('causality', 'delivery', 'solver',)
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