forked from Techsystech/web
16 lines
495 B
Python
16 lines
495 B
Python
# Copyright 2019-2020 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': '12.0.1.0.1',
|
|
'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'],
|
|
}
|