[IMP] web_refresher: black, isort, prettier

This commit is contained in:
João Marques
2021-04-12 11:08:24 +01:00
committed by Thanakrit Pintana
parent 166a40c100
commit 90a68d83c0
3 changed files with 21 additions and 21 deletions

View File

@@ -2,7 +2,10 @@
<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"/>
<script
src="/web_refresher/static/src/js/refresher.js"
type="text/javascript"
/>
</xpath>
</template>
</odoo>