summaryrefslogtreecommitdiff
path: root/addons/odoo_referral/views/templates.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/odoo_referral/views/templates.xml')
-rw-r--r--addons/odoo_referral/views/templates.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/odoo_referral/views/templates.xml b/addons/odoo_referral/views/templates.xml
new file mode 100644
index 00000000..8efef5ec
--- /dev/null
+++ b/addons/odoo_referral/views/templates.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <data>
+ <template id="assets_backend" name="systray_odoo_referral_icon" inherit_id="web.assets_backend">
+ <xpath expr=".">
+ <script type="text/javascript" src="/odoo_referral/static/src/js/systray.js"/>
+ </xpath>
+ </template>
+ </data>
+</odoo>