Browse Source
Merge pull request #435 from Eficent/10.0-fix-account_financial_report_qweb-css_injection_assets_backend
[10.0][FIX] account_financial_report_qweb: css injection assets backend
pull/438/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_qweb/__manifest__.py
-
account_financial_report_qweb/view/report_template.xml
|
@ -5,7 +5,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': 'QWeb Financial Reports', |
|
|
'name': 'QWeb Financial Reports', |
|
|
'version': '10.0.1.5.1', |
|
|
|
|
|
|
|
|
'version': '10.0.1.5.2', |
|
|
'category': 'Reporting', |
|
|
'category': 'Reporting', |
|
|
'summary': 'OCA Financial Reports', |
|
|
'summary': 'OCA Financial Reports', |
|
|
'author': 'Camptocamp SA,' |
|
|
'author': 'Camptocamp SA,' |
|
|
|
@ -4,7 +4,6 @@ |
|
|
<template id="account_financial_report_assets_backend" |
|
|
<template id="account_financial_report_assets_backend" |
|
|
name="account_financial_report assets" inherit_id="web.assets_backend"> |
|
|
name="account_financial_report assets" inherit_id="web.assets_backend"> |
|
|
<xpath expr="." position="inside"> |
|
|
<xpath expr="." position="inside"> |
|
|
<link href="/account_financial_report_qweb/static/src/css/report.css" rel="stylesheet"/> |
|
|
|
|
|
<script type="text/javascript" |
|
|
<script type="text/javascript" |
|
|
src="/account_financial_report_qweb/static/src/js/account_financial_report_qweb_backend.js"/> |
|
|
src="/account_financial_report_qweb/static/src/js/account_financial_report_qweb_backend.js"/> |
|
|
<script type="text/javascript" |
|
|
<script type="text/javascript" |
|
|