web_notify: add feature to reload current view

This commit is contained in:
Guewen Baconnier
2018-06-27 14:39:47 +02:00
committed by Yannick Vaucher
parent b8e1337079
commit 8d3f2749e4
8 changed files with 138 additions and 12 deletions

View File

@@ -3,7 +3,9 @@
<data>
<template id="assets_backend" name="web_noify assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_notify/static/src/css/notification.less"/>
<script type="text/javascript" src="/web_notify/static/src/js/web_client.js"/>
<script type="text/javascript" src="/web_notify/static/src/js/notification.js"/>
</xpath>
</template>
</data>