From c06c3914bf3fbd6d20656756a5bf66f5bf3a9629 Mon Sep 17 00:00:00 2001 From: Richard deMeester Date: Fri, 29 Nov 2019 09:14:56 +1100 Subject: [PATCH] Remove unused constant --- bi_sql_editor_aggregate/models/bi_sql_view_field.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bi_sql_editor_aggregate/models/bi_sql_view_field.py b/bi_sql_editor_aggregate/models/bi_sql_view_field.py index 60bdfcff..db79ab21 100644 --- a/bi_sql_editor_aggregate/models/bi_sql_view_field.py +++ b/bi_sql_editor_aggregate/models/bi_sql_view_field.py @@ -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"