[MIG] kpi_dashboard: migration to 13.0

This commit is contained in:
Enric Tobella
2020-10-22 21:34:12 +02:00
parent c90a783925
commit 4b3f01e27b
18 changed files with 16002 additions and 27 deletions

View File

@@ -21,8 +21,8 @@ odoo.define("kpi_dashboard.MeterWidget", function(require) {
style: "Arch",
width: 10,
size: size,
prepend: values.prefix !== undefined ? values.prefix : "",
append: values.suffix !== undefined ? values.suffix : "",
prepend: values.prefix === undefined ? "" : values.prefix,
append: values.suffix === undefined ? "" : values.suffix,
color: values.font_color,
animate_text_colors: true,
};