mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
New module web_notify
This technical module allows you to send instant notification messages from the server to the user in live.
This commit is contained in:
committed by
Jairo Llopis
parent
08c16707ed
commit
f916f2c9f1
10
web_notify/views/web_notify.xml
Normal file
10
web_notify/views/web_notify.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<template id="assets_backend" name="web_noify assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/web_notify/static/src/js/web_client.js"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user