summaryrefslogtreecommitdiff
path: root/addons/website_event_questions/views/assets.xml
blob: d85a4bda615a951c3fe02e89822a7221782c9f6b (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
    <template id="assets_tests" name="Website Event Questions Assets Tests" inherit_id="web.assets_tests">
        <xpath expr="." position="inside">
            <script type="text/javascript" src="/website_event_questions/static/tests/tours/tickets_questions.js"></script>
        </xpath>
    </template>
</data>
</odoo>