[MIG] web_copy_confirm: Migration to 14.0

This commit is contained in:
Robin Conjour
2021-01-04 17:13:35 +01:00
committed by Miquel Raïch
parent c1acd004eb
commit cb7cba0bd6
11 changed files with 657 additions and 51 deletions

View File

@@ -1,17 +1,30 @@
<?xml version="1.0" encoding="utf-8" ?>
<openerp><data>
<odoo>
<template
id="assets_backend"
name="web_copy_confirm assets"
inherit_id="web.assets_backend"
>
id="assets_backend"
name="web_copy_confirm assets"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/web_copy_confirm/static/src/js/web_copy_confirm.js"
/>
type="text/javascript"
src="/web_copy_confirm/static/src/js/web_copy_confirm.js"
/>
</xpath>
</template>
</data></openerp>
<template
id="qunit_suite_tests"
name="web_copy_confirm tests"
inherit_id="web.qunit_suite_tests"
>
<xpath expr="//script[last()]" position="after">
<script
type="text/javascript"
src="/web_copy_confirm/static/tests/confirm_tests.js"
/>
</xpath>
</template>
</odoo>