Remove unused constant
parent
00d43abb9b
commit
c06c3914bf
|
@ -13,12 +13,6 @@ class BiSQLViewField(models.Model):
|
||||||
('max', 'Maximum'),
|
('max', 'Maximum'),
|
||||||
]
|
]
|
||||||
|
|
||||||
_GRAPH_TYPE_SELECTION = [
|
|
||||||
('col', 'Column'),
|
|
||||||
('row', 'Row'),
|
|
||||||
('measure', 'Measure'),
|
|
||||||
]
|
|
||||||
|
|
||||||
group_operator = fields.Selection(
|
group_operator = fields.Selection(
|
||||||
string='Group Operator', selection=_GROUP_OPERATOR_SELECTION,
|
string='Group Operator', selection=_GROUP_OPERATOR_SELECTION,
|
||||||
help="By default, Odoo will sum the values when grouping. If you wish"
|
help="By default, Odoo will sum the values when grouping. If you wish"
|
||||||
|
|
Loading…
Reference in New Issue