Browse Source

[FIX] css injection assets backend

pull/437/head
hveficent 6 years ago
parent
commit
c049016827
  1. 2
      account_financial_report_qweb/__manifest__.py
  2. 4
      account_financial_report_qweb/static/src/css/report.css

2
account_financial_report_qweb/__manifest__.py

@ -5,7 +5,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'QWeb Financial Reports',
'version': '10.0.1.5.1',
'version': '10.0.1.5.2',
'category': 'Reporting',
'summary': 'OCA Financial Reports',
'author': 'Camptocamp SA,'

4
account_financial_report_qweb/static/src/css/report.css

@ -1,6 +1,3 @@
body, table, td, span, div {
font-family: Helvetica, Arial;
}
.act_as_table {
display: table !important;
}
@ -104,4 +101,5 @@ body, table, td, span, div {
width: 90%;
margin-right: auto;
margin-left: auto;
font-family: Helvetica, Arial;
}
Loading…
Cancel
Save