Browse Source

Remove unused constant

pull/352/head
Richard deMeester 5 years ago
parent
commit
c06c3914bf
  1. 6
      bi_sql_editor_aggregate/models/bi_sql_view_field.py

6
bi_sql_editor_aggregate/models/bi_sql_view_field.py

@ -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…
Cancel
Save