mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] kpi_dashboard: Migration to 14.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
odoo.define("kpi_dashboard.KpiFieldWidget", function(require) {
|
||||
odoo.define("kpi_dashboard.KpiFieldWidget", function (require) {
|
||||
"use strict";
|
||||
|
||||
var basic_fields = require("web.basic_fields");
|
||||
@@ -11,7 +11,7 @@ odoo.define("kpi_dashboard.KpiFieldWidget", function(require) {
|
||||
jsLibs: ["/kpi_dashboard/static/lib/gridster/jquery.dsmorse-gridster.min.js"],
|
||||
cssLibs: ["/kpi_dashboard/static/lib/gridster/jquery.dsmorse-gridster.min.css"],
|
||||
className: "o_dashboard_view",
|
||||
_renderReadonly: function() {
|
||||
_renderReadonly: function () {
|
||||
this.$el.html($(qweb.render("dashboard_kpi.dashboard")));
|
||||
var marginx = 0;
|
||||
var marginy = 0;
|
||||
|
||||
Reference in New Issue
Block a user