blob: f73482d3934170f31df1cc8fb8bc4509b874bcac (
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 Slides Tests Assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/test_website_slides_full/tests/tours/slides_certification_member.js"/>
</xpath>
</template>
</data></odoo>
|