From 4f80ceaa83fee2b2d57f33c87dc2e0379ae81198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Ernesto=20Garc=C3=ADa=20Medina?= Date: Wed, 22 Feb 2023 16:06:35 -0600 Subject: [PATCH] [MIG] mis_template_financial_report: Migration to 15.0 --- mis_template_financial_report/__manifest__.py | 10 +++++++++- .../views/templates.xml | 17 +---------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/mis_template_financial_report/__manifest__.py b/mis_template_financial_report/__manifest__.py index 10830239..650fdade 100644 --- a/mis_template_financial_report/__manifest__.py +++ b/mis_template_financial_report/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Profit & Loss / Balance sheet MIS templates", - "version": "14.0.1.1.0", + "version": "15.0.1.0.0", "license": "AGPL-3", "author": "Hunki Enterprises BV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-reporting", @@ -17,6 +17,14 @@ "views/mis_report_instance_views.xml", "views/templates.xml", ], + "assets": { + "web.assets_backend": [ + "mis_template_financial_report/static/src/css/mis_template_financial_report.css", + ], + "web.report_assets_common": [ + "mis_template_financial_report/static/src/css/report.css" + ], + }, "qweb": ["static/src/xml/mis_template_financial_report.xml"], "maintainers": ["hbrunn"], } diff --git a/mis_template_financial_report/views/templates.xml b/mis_template_financial_report/views/templates.xml index f2b00111..63cea76e 100644 --- a/mis_template_financial_report/views/templates.xml +++ b/mis_template_financial_report/views/templates.xml @@ -1,23 +1,8 @@ - -