From c049016827053d8beb0034a50d9bc9c9d0dfb302 Mon Sep 17 00:00:00 2001 From: hveficent Date: Wed, 4 Jul 2018 09:35:35 +0200 Subject: [PATCH] [FIX] css injection assets backend --- account_financial_report_qweb/__manifest__.py | 2 +- account_financial_report_qweb/static/src/css/report.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/account_financial_report_qweb/__manifest__.py b/account_financial_report_qweb/__manifest__.py index 266593aa..918c50f4 100644 --- a/account_financial_report_qweb/__manifest__.py +++ b/account_financial_report_qweb/__manifest__.py @@ -5,7 +5,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'QWeb Financial Reports', - 'version': '10.0.1.5.1', + 'version': '10.0.1.5.2', 'category': 'Reporting', 'summary': 'OCA Financial Reports', 'author': 'Camptocamp SA,' diff --git a/account_financial_report_qweb/static/src/css/report.css b/account_financial_report_qweb/static/src/css/report.css index 7d1977a0..367a31ab 100644 --- a/account_financial_report_qweb/static/src/css/report.css +++ b/account_financial_report_qweb/static/src/css/report.css @@ -1,6 +1,3 @@ -body, table, td, span, div { - font-family: Helvetica, Arial; -} .act_as_table { display: table !important; } @@ -104,4 +101,5 @@ body, table, td, span, div { width: 90%; margin-right: auto; margin-left: auto; + font-family: Helvetica, Arial; }