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"