Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
23
web_widget_open_tab/__manifest__.py
Executable file
23
web_widget_open_tab/__manifest__.py
Executable file
@@ -0,0 +1,23 @@
|
||||
# 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": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"demo": ["demo/res_users_view.xml"],
|
||||
"data": [
|
||||
"views/ir_model_views.xml",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_widget_open_tab/static/src/xml/open_tab_widget.xml",
|
||||
"web_widget_open_tab/static/src/js/open_tab_widget.esm.js",
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user