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 @@ - -