summaryrefslogtreecommitdiff
path: root/addons/hr_timesheet/views/assets.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/hr_timesheet/views/assets.xml')
-rw-r--r--addons/hr_timesheet/views/assets.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/hr_timesheet/views/assets.xml b/addons/hr_timesheet/views/assets.xml
new file mode 100644
index 00000000..b4d25486
--- /dev/null
+++ b/addons/hr_timesheet/views/assets.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<odoo>
+ <template id="assets_backend" name="timesheet assets" inherit_id="web.assets_backend">
+ <xpath expr="." position="inside">
+ <link type="text/scss" href="/hr_timesheet/static/src/scss/timesheets_task_form.scss" rel="stylesheet"/>
+ <script type="text/javascript" src="/hr_timesheet/static/src/js/task_with_hours.js"></script>
+ <script type="text/javascript" src="/hr_timesheet/static/src/js/timesheet_uom.js"/>
+ <script type="text/javascript" src="/hr_timesheet/static/src/js/timesheet_factor.js"/>
+ <script type="text/javascript" src="/hr_timesheet/static/src/js/timesheet_config_form_view.js"/>
+ <script type="text/javascript" src="/hr_timesheet/static/src/js/qr_code_action.js"/>
+ </xpath>
+ </template>
+</odoo>