[MIG] web_disable_export_group: Migration to 13.0

TT26186
This commit is contained in:
João Marques
2020-10-21 09:11:29 +01:00
committed by David
parent 1afdc79e56
commit 6cb61e7f1d
15 changed files with 136 additions and 66 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2020 Tecnativa - João Marques
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).-->
<odoo>
<template
id="assets_tests"
inherit_id="web.assets_tests"
name="Web Disable Export Group Assets Tests"
>
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/web_disable_export_group/static/src/js/web_disable_export_group_tour.js"
/>
</xpath>
</template>
</odoo>