From 43507de79b818c31535a2d28b0e71140fd6717db Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 11 Dec 2009 12:53:15 +0000 Subject: [PATCH] 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 --- product/ERP5/Document/SolverDecision.py | 1 - product/ERP5/PropertySheet/SolverSelection.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5/Document/SolverDecision.py b/product/ERP5/Document/SolverDecision.py index b3f73d3970..88a22e13d9 100644 --- a/product/ERP5/Document/SolverDecision.py +++ b/product/ERP5/Document/SolverDecision.py @@ -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) diff --git a/product/ERP5/PropertySheet/SolverSelection.py b/product/ERP5/PropertySheet/SolverSelection.py index c1d8296c34..e5889525fa 100644 --- a/product/ERP5/PropertySheet/SolverSelection.py +++ b/product/ERP5/PropertySheet/SolverSelection.py @@ -40,4 +40,4 @@ class SolverSelection: ) - _categories = ('solver',) + _categories = ('causality', 'delivery', 'solver',) -- 2.30.9