mirror of https://github.com/OCA/web.git
[MIG] web_widget_open_tab: Migration to 15.0
parent
3cb32109b5
commit
c23f76c728
|
@ -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"],
|
||||
},
|
||||
}
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue