[MIG] web_tree_many2one_clickable: Migration to 12.0.

This commit is contained in:
Anand Kansagra
2019-01-20 09:36:30 +05:30
committed by Carlos Roca
parent abae0f428a
commit 1c8ae79fcd
7 changed files with 18 additions and 7 deletions

View File

@@ -3,10 +3,10 @@
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<template id="assets_backend" name="web_tree_many2one_clickable assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_tree_many2one_clickable/static/src/js/web_tree_many2one_clickable.js"/>
</xpath>
</template>
<template id="assets_backend" name="web_tree_many2one_clickable assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_tree_many2one_clickable/static/src/js/web_tree_many2one_clickable.js"/>
</xpath>
</template>
</odoo>