From 9d256577ce3f2da09e2adcdb2e6971db1c0bef91 Mon Sep 17 00:00:00 2001 From: pilarvargas-tecnativa Date: Mon, 29 Apr 2024 09:55:17 +0200 Subject: [PATCH] [IMP] account_financial_report: Change font size Set a larger font style for the html report with a relative font size to make it responsive. For this, a new html_container is defined so that this does not affect the other reports and the font style is customised only for the report in html view. TT48995 --- .../report/templates/aged_partner_balance.xml | 2 +- .../report/templates/general_ledger.xml | 2 +- .../report/templates/journal_ledger.xml | 2 +- account_financial_report/report/templates/layouts.xml | 10 ++++++++++ .../report/templates/open_items.xml | 2 +- .../report/templates/trial_balance.xml | 2 +- .../report/templates/vat_report.xml | 2 +- .../static/src/css/report_html.css | 7 +++++++ 8 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 account_financial_report/static/src/css/report_html.css diff --git a/account_financial_report/report/templates/aged_partner_balance.xml b/account_financial_report/report/templates/aged_partner_balance.xml index 5eb70c78..3c5f827b 100644 --- a/account_financial_report/report/templates/aged_partner_balance.xml +++ b/account_financial_report/report/templates/aged_partner_balance.xml @@ -1,7 +1,7 @@