mirror of https://github.com/OCA/web.git
45 lines
1.5 KiB
Python
45 lines
1.5 KiB
Python
# Copyright 2013 Therp BV (<http://therp.nl>).
|
|
# Copyright 2015 Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
|
# Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com>
|
|
# Copyright 2017 Sodexis <dev@sodexis.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Clickable many2one fields for tree views",
|
|
"summary": "Open the linked resource when clicking on their name",
|
|
"version": "16.0.1.0.1",
|
|
"category": "Hidden",
|
|
"website": "https://github.com/OCA/web",
|
|
"author": "Therp BV, "
|
|
"Tecnativa, "
|
|
"Camptocamp, "
|
|
"Onestein, "
|
|
"Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["web"],
|
|
"data": [],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
(
|
|
"after",
|
|
"web/static/src/views/list/list_renderer.js",
|
|
"web_tree_many2one_clickable/static/src/components"
|
|
"/many2one_button/many2one_button.esm.js",
|
|
),
|
|
(
|
|
"after",
|
|
"web/static/src/views/list/list_renderer.xml",
|
|
"web_tree_many2one_clickable/static/src/components"
|
|
"/many2one_button/many2one_button.xml",
|
|
),
|
|
(
|
|
"after",
|
|
"web/static/src/views/list/list_renderer.scss",
|
|
"web_tree_many2one_clickable/static/src/components"
|
|
"/many2one_button/many2one_button.scss",
|
|
),
|
|
]
|
|
},
|
|
}
|