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
parent
commit
587c1d5cbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      account_financial_report_qweb/__manifest__.py
  2. 1
      account_financial_report_qweb/view/report_template.xml

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

1
account_financial_report_qweb/view/report_template.xml

@ -4,7 +4,6 @@
<template id="account_financial_report_assets_backend"
name="account_financial_report assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link href="/account_financial_report_qweb/static/src/css/report.css" rel="stylesheet"/>
<script type="text/javascript"
src="/account_financial_report_qweb/static/src/js/account_financial_report_qweb_backend.js"/>
<script type="text/javascript"

Loading…
Cancel
Save