mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[11.0][ADD] web_refresh
This commit is contained in:
committed by
Thanakrit Pintana
parent
222bec5c5d
commit
011ea9206f
8
web_refresher/templates/assets.xml
Normal file
8
web_refresher/templates/assets.xml
Normal 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>
|
||||
Reference in New Issue
Block a user