[MIG] web_widget_open_tab: Migration to 15.0

pull/2156/head
Raf Ven 2022-03-01 13:35:42 +01:00
parent 3cb32109b5
commit c23f76c728
2 changed files with 4 additions and 17 deletions

View File

@ -5,11 +5,13 @@
"name": "Widget Open on new Tab",
"summary": """
Allow to open record from trees on new tab from tree views""",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"data": ["templates/assets.xml"],
"demo": ["demo/res_users_view.xml"],
"assets": {
"web.assets_backend": ["web_widget_open_tab/static/src/js/widget.js"],
},
}

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template
id="assets_backend"
name="tree icon assets"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/web_widget_open_tab/static/src/js/widget.js"
/>
</xpath>
</template>
</odoo>