mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] kpi_dashboard_bokeh: Migration to 14.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"name": "Kpi Dashboard Bokeh",
|
||||
"summary": """
|
||||
Create dashboards using bokeh""",
|
||||
"version": "12.0.1.0.0",
|
||||
"version": "14.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/reporting-engine",
|
||||
|
||||
@@ -18,7 +18,9 @@ class KpiKpi(models.Model):
|
||||
|
||||
_inherit = "kpi.kpi"
|
||||
|
||||
widget = fields.Selection(selection_add=[("bokeh", "Bokeh")])
|
||||
widget = fields.Selection(
|
||||
selection_add=[("bokeh", "Bokeh")], ondelete={"bokeh": "cascade"}
|
||||
)
|
||||
|
||||
def _get_bokeh_theme(self):
|
||||
return Theme(
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
server-tools
|
||||
queue
|
||||
web
|
||||
|
||||
Reference in New Issue
Block a user