From 42f31f532804fe286512a5cf6714217f6c27459e Mon Sep 17 00:00:00 2001 From: rgarnau Date: Mon, 12 Feb 2018 11:57:34 +0100 Subject: [PATCH] [ADD] Responsive reports --- account_financial_report/__manifest__.py | 1 + .../report/templates/aged_partner_balance.xml | 156 +++++---- .../report/templates/general_ledger.xml | 65 ++-- .../report/templates/open_items.xml | 57 ++-- .../report/templates/trial_balance.xml | 40 ++- .../static/src/css/report.css | 3 + .../tests/abstract_test.py | 309 +++++++++++++----- .../tests/test_aged_partner_balance.py | 4 +- .../tests/test_general_ledger.py | 10 +- .../tests/test_open_items.py | 4 +- .../tests/test_trial_balance.py | 4 +- .../view/report_aged_partner_balance.xml | 2 +- .../view/report_general_ledger.xml | 2 +- .../view/report_open_items.xml | 2 +- .../view/report_trial_balance.xml | 2 +- 15 files changed, 434 insertions(+), 227 deletions(-) diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 59bc2c64..01937685 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -15,6 +15,7 @@ "website": "https://odoo-community.org/", 'depends': [ 'account', + 'account_invoicing', 'date_range', 'report_xlsx', ], diff --git a/account_financial_report/report/templates/aged_partner_balance.xml b/account_financial_report/report/templates/aged_partner_balance.xml index d5822bdb..c685c4ac 100644 --- a/account_financial_report/report/templates/aged_partner_balance.xml +++ b/account_financial_report/report/templates/aged_partner_balance.xml @@ -27,7 +27,8 @@
-