[11.0][ADD] web_widget_open_tab

This commit is contained in:
Enric Tobella
2019-12-30 13:35:45 +01:00
committed by Raf Ven
parent 419bd541f1
commit b3bf344ca4
10 changed files with 601 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Copyright 2019 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Widget Open on new Tab',
'summary': """
Allow to open record from trees on new tab from tree views""",
'version': '11.0.1.0.0',
'license': 'AGPL-3',
'author': 'Creu Blanca,Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/web',
'depends': [
'web'
],
'data': [
'views/assets.xml',
],
}