summaryrefslogtreecommitdiff
path: root/addons/hr_timesheet/views/assets.xml
blob: b4d25486f93987871e0806d65fe4fdc511ea0d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>