summaryrefslogtreecommitdiff
path: root/hr_organizational_chart/views/assets.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hr_organizational_chart/views/assets.xml')
-rw-r--r--hr_organizational_chart/views/assets.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/hr_organizational_chart/views/assets.xml b/hr_organizational_chart/views/assets.xml
new file mode 100644
index 0000000..1b88a86
--- /dev/null
+++ b/hr_organizational_chart/views/assets.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <template id="assets_backend" inherit_id="web.assets_backend">
+ <xpath expr="//script[last()]" position="after">
+ <script type="text/javascript" src="/hr_organizational_chart/static/src/js/organizational_view.js"/>
+ </xpath>
+ </template>
+ <template id="assets_backend_scss" inherit_id="web.assets_backend">
+ <xpath expr="//link" position="before">
+ <link rel="stylesheet" type="text/scss" href="/hr_organizational_chart/static/src/scss/chart_view.scss"/>
+ </xpath>
+ </template>
+</odoo> \ No newline at end of file