summaryrefslogtreecommitdiff
path: root/web_notify/views/web_notify.xml
diff options
context:
space:
mode:
Diffstat (limited to 'web_notify/views/web_notify.xml')
-rw-r--r--web_notify/views/web_notify.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/web_notify/views/web_notify.xml b/web_notify/views/web_notify.xml
new file mode 100644
index 0000000..70fca12
--- /dev/null
+++ b/web_notify/views/web_notify.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<odoo>
+ <template
+ id="assets_backend"
+ name="web_notify assets"
+ inherit_id="web.assets_backend"
+ >
+ <link
+ rel="stylesheet"
+ type="text/scss"
+ href="/web/static/src/scss/webclient.scss"
+ position="after"
+ >
+ <link
+ rel="stylesheet"
+ type="text/scss"
+ href="/web_notify/static/src/scss/webclient.scss"
+ />
+ </link>
+ <xpath expr="." position="inside">
+ <script
+ type="text/javascript"
+ src="/web_notify/static/src/js/web_client.js"
+ />
+ <script
+ type="text/javascript"
+ src="/web_notify/static/src/js/widgets/notification.js"
+ />
+ </xpath>
+ </template>
+</odoo>