Browse Source

add css link to report_template.xml

pull/448/head
hveficent 6 years ago
parent
commit
e0825f94d6
  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