[11.0][ADD] web_refresh

This commit is contained in:
Cyril Favre
2019-11-26 16:43:42 +01:00
committed by Thanakrit Pintana
parent 222bec5c5d
commit 011ea9206f
8 changed files with 569 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?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="/refresher/static/src/js/refresher.js" type="text/javascript"/>
</xpath>
</template>
</odoo>