[FIX] Move to less files to compile variables

pull/512/head
Iryna Vushnevska 2019-01-28 02:06:36 +02:00 committed by Iryna Vyshnevska
parent 348fb0489d
commit 3aae117362
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<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/static/src/css/report.css" rel="stylesheet"/> <link href="/account_financial_report/static/src/less/report.less" rel="stylesheet"/>
<script type="text/javascript" <script type="text/javascript"
src="/account_financial_report/static/src/js/account_financial_report_backend.js"/> src="/account_financial_report/static/src/js/account_financial_report_backend.js"/>
<script type="text/javascript" <script type="text/javascript"