Commit 0830aafa authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* rename the property id from line_grouping to line_groupable.

* add properties: configuration_groupable and process_exclusive.
* add a category: conflicting_solver.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33948 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 23fa7293
......@@ -42,19 +42,31 @@ class SolverType:
'mode': 'w',
'label': 'Solver Action Title'
},
{ 'id': 'line_grouping',
{ 'id': 'line_groupable',
'type': 'boolean',
'mode': 'w',
'label': 'Line Grouping'
'label': 'Line Groupable'
},
{ 'id': 'line_exclusive',
'type': 'boolean',
'mode': 'w',
'label': 'Line Exclusive'
},
{ 'id': 'configuration_groupable',
'type': 'boolean',
'mode': 'w',
'label': 'Configuration Groupable'
},
{ 'id': 'process_exclusive',
'type': 'boolean',
'mode': 'w',
'label': 'Process Exclusive'
},
{ 'id': 'delivery_solver',
'type': 'tokens',
'mode': 'w',
'label': 'Delivery Solvers'
},
)
_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