Browse Source
Merge pull request #524 from Tecnativa/11.0-fix_report_assets
[IMP] account_financial_report: adjust columns
pull/517/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
2 deletions
-
account_financial_report/__manifest__.py
-
account_financial_report/static/src/css/report.css
|
@ -4,7 +4,7 @@ |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
{ |
|
|
{ |
|
|
'name': 'Account Financial Reports', |
|
|
'name': 'Account Financial Reports', |
|
|
'version': '11.0.2.4.2', |
|
|
|
|
|
|
|
|
'version': '11.0.2.4.3', |
|
|
'category': 'Reporting', |
|
|
'category': 'Reporting', |
|
|
'summary': 'OCA Financial Reports', |
|
|
'summary': 'OCA Financial Reports', |
|
|
'author': 'Camptocamp SA,' |
|
|
'author': 'Camptocamp SA,' |
|
|
|
@ -18,7 +18,6 @@ |
|
|
} |
|
|
} |
|
|
.list_table, .data_table, .totals_table{ |
|
|
.list_table, .data_table, .totals_table{ |
|
|
width: 100% !important; |
|
|
width: 100% !important; |
|
|
table-layout: fixed !important; |
|
|
|
|
|
} |
|
|
} |
|
|
.act_as_row.labels { |
|
|
.act_as_row.labels { |
|
|
background-color:#F0F0F0 !important; |
|
|
background-color:#F0F0F0 !important; |
|
|