Files
web/web_refresher/templates/assets.xml
Cyril Favre 6c80de6be6 Fix refactor
2021-05-25 06:50:10 +01:00

9 lines
327 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="page_refresher" name="Refresh button" inherit_id="web.assets_backend">
<xpath expr="//script[last()]" position="after">
<script src="/web_refresher/static/src/js/refresher.js" type="text/javascript"/>
</xpath>
</template>
</odoo>