Commit fde197ef authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add 'automatic_solver' property to enable automatic solving.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36545 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1ace29b9
......@@ -68,6 +68,11 @@ class SolverType:
'mode': 'w',
'label': 'Delivery Solvers'
},
{ 'id': 'automatic_solver',
'type': 'boolean',
'mode': 'w',
'label': 'Solve automatically if True'
},
)
_categories = ('conflicting_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