summaryrefslogtreecommitdiff
path: root/addons/test_event_full/views/assets.xml
blob: 0b20fc8de0ea6abf10076d92461f6cfbc8de1e9d (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" ?>
<odoo><data>
    <template id="assets_tests" inherit_id="web.assets_tests" name="Full Event Tests Assets">
        <xpath expr="//script[last()]" position="after">
            <script type="text/javascript" src="/test_event_full/static/src/js/tours/wevent_register_tour.js"/>
        </xpath>
    </template>
</data></odoo>