mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Remove unused constant
This commit is contained in:
@@ -13,12 +13,6 @@ class BiSQLViewField(models.Model):
|
||||
('max', 'Maximum'),
|
||||
]
|
||||
|
||||
_GRAPH_TYPE_SELECTION = [
|
||||
('col', 'Column'),
|
||||
('row', 'Row'),
|
||||
('measure', 'Measure'),
|
||||
]
|
||||
|
||||
group_operator = fields.Selection(
|
||||
string='Group Operator', selection=_GROUP_OPERATOR_SELECTION,
|
||||
help="By default, Odoo will sum the values when grouping. If you wish"
|
||||
|
||||
Reference in New Issue
Block a user