Browse Source

[IMP] account_financial_report: autoajust columns

pull/663/head
cubells 5 years ago
committed by Ernesto Tejeda
parent
commit
7624962db0
  1. 2
      account_financial_report/__manifest__.py
  2. 1
      account_financial_report/static/src/css/report.css

2
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,'

1
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;

Loading…
Cancel
Save