mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_tree_many2one_clickable: Migrated to 10.0
This commit is contained in:
committed by
Pedro M. Baeza
parent
4e96ea5c53
commit
08a75a1dba
28
web_tree_many2one_clickable/__manifest__.py
Normal file
28
web_tree_many2one_clickable/__manifest__.py
Normal file
@@ -0,0 +1,28 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# 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": "10.0.1.0.0",
|
||||
"category": "Hidden",
|
||||
"website": "https://odoo-community.org/",
|
||||
"author": "Therp BV, "
|
||||
"Tecnativa, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": [
|
||||
'web',
|
||||
],
|
||||
"data": [
|
||||
'data/ir_config_parameter.xml',
|
||||
'views/asset.xml',
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user