odex25_standard/odex25_helpdesk/odex25_timer/views/assets.xml

12 lines
593 B
XML

<?xml version="1.0"?>
<odoo>
<template id="assets_backend" name="timer assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link type="text/scss" href="/odex25_timer/static/src/scss/timer_button.scss" rel="stylesheet"/>
<script type="text/javascript" src="/odex25_timer/static/src/js/timer_mixin.js"/>
<script type="text/javascript" src="/odex25_timer/static/src/js/timer.js"/>
<script type="text/javascript" src="/odex25_timer/static/src/js/timer_toggle_button.js"/>
</xpath>
</template>
</odoo>