mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] bi_sql_editor: fix typo
This commit is contained in:
@@ -80,7 +80,7 @@ class BiSQLViewField(models.Model):
|
|||||||
" a 'group by' option in the search view",
|
" a 'group by' option in the search view",
|
||||||
)
|
)
|
||||||
|
|
||||||
index_name = fields.Char(ompute="_compute_index_name")
|
index_name = fields.Char(compute="_compute_index_name")
|
||||||
|
|
||||||
graph_type = fields.Selection(selection=_GRAPH_TYPE_SELECTION)
|
graph_type = fields.Selection(selection=_GRAPH_TYPE_SELECTION)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user