You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
973 B
25 lines
973 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2017 LasLabs Inc.
|
|
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
|
|
|
|
<odoo>
|
|
<template id="assets_slickroom" inherit_id="web.assets_backend">
|
|
<xpath expr="//script[last()]" position="after">
|
|
<link rel="stylesheet"
|
|
type="text/less"
|
|
href="/web_widget_slickroom/static/src/less/web_widget_slickroom.less"
|
|
/>
|
|
<script type="application/javascript"
|
|
src="/web_widget_slickroom/static/src/js/web_widget_slickroom.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="qunit_suite" inherit_id="web.qunit_suite">
|
|
<xpath expr="//t[@t-set='head']" position="inside">
|
|
<script type="application/javascript"
|
|
src="/web_widget_slickroom/static/tests/js/web_widget_slickroom.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|