From 7624962db01ad5e2ee97118821d4218f637ebcce Mon Sep 17 00:00:00 2001 From: cubells Date: Thu, 21 Mar 2019 09:39:32 +0100 Subject: [PATCH] [IMP] account_financial_report: autoajust columns --- account_financial_report/__manifest__.py | 2 +- account_financial_report/static/src/css/report.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 2e658839..b42d2894 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Account Financial Reports', - 'version': '11.0.2.4.2', + 'version': '11.0.2.4.3', 'category': 'Reporting', 'summary': 'OCA Financial Reports', 'author': 'Camptocamp SA,' diff --git a/account_financial_report/static/src/css/report.css b/account_financial_report/static/src/css/report.css index 5f3f7b4f..6ee643bd 100644 --- a/account_financial_report/static/src/css/report.css +++ b/account_financial_report/static/src/css/report.css @@ -18,7 +18,6 @@ } .list_table, .data_table, .totals_table{ width: 100% !important; - table-layout: fixed !important; } .act_as_row.labels { background-color:#F0F0F0 !important;