flectra/addons/web_tour/views/tour_templates.xml

21 lines
1.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-01-16 11:34:37 +01:00
<flectra>
<data>
<template id="assets_common" name="tours assets" inherit_id="web.assets_common">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_tour/static/src/less/tip.less"/>
<link rel="stylesheet" href="/web_tour/static/src/less/keyframes.less"/>
<script type="text/javascript" src="/web_tour/static/src/js/tip.js"></script>
<script type="text/javascript" src="/web_tour/static/src/js/tour_manager.js"></script>
<script type="text/javascript" src="/web_tour/static/src/js/tour_service.js"></script>
</xpath>
</template>
<template id="assets_backend" name="tours backend assets" inherit_id="web.assets_backend">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/web_tour/static/src/js/debug_manager.js"></script>
</xpath>
</template>
</data>
2018-01-16 11:34:37 +01:00
</flectra>