diff options
Diffstat (limited to 'addons/microsoft_calendar/views/microsoft_calendar_templates.xml')
| -rw-r--r-- | addons/microsoft_calendar/views/microsoft_calendar_templates.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/microsoft_calendar/views/microsoft_calendar_templates.xml b/addons/microsoft_calendar/views/microsoft_calendar_templates.xml new file mode 100644 index 00000000..e9852051 --- /dev/null +++ b/addons/microsoft_calendar/views/microsoft_calendar_templates.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <template id="assets_backend" name="microsoft_calendar assets" inherit_id="web.assets_backend"> + <xpath expr="." position="inside"> + <link rel="stylesheet" type="text/scss" href="/microsoft_calendar/static/src/scss/microsoft_calendar.scss"/> + <script type="text/javascript" src="/microsoft_calendar/static/src/js/microsoft_calendar_popover.js"></script> + <script type="text/javascript" src="/microsoft_calendar/static/src/js/microsoft_calendar.js"></script> + </xpath> + </template> +</odoo> |
