blob: d3a4e5349ae42f7240a013f349cc6dc87531f25b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Disable tours if Odoo installed with demo data. -->
<template id="assets_common_disable_tour" name="disable tour" inherit_id="web.assets_common">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_tour/static/src/js/tour_disable.js"></script>
</xpath>
</template>
</odoo>
|