Browse Source

Merge pull request #448 from Eficent/10.0-fix-account_financial_report_qweb-css_injection_assets_backend

[10.0] [FIX] readd_css_link_to_report_template.xml
pull/449/head
Pedro M. Baeza 6 years ago
committed by GitHub
parent
commit
403a1f18c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      account_financial_report_qweb/view/report_template.xml

1
account_financial_report_qweb/view/report_template.xml

@ -4,6 +4,7 @@
<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