[IMP] kpi_dashboard: Allow installation with EE

This commit is contained in:
Enric Tobella
2023-05-09 09:39:20 +02:00
parent 47bb1cdd99
commit ce4aa39c2c
12 changed files with 48 additions and 16 deletions

View File

@@ -90,7 +90,7 @@ class KpiDashboard(models.Model):
return {
"name": self.name,
"res_model": self._name,
"view_mode": "dashboard",
"view_mode": "kpi_dashboard",
"res_id": self.id,
}