[MIG] web_tree_many2one_clickable: Migration to 11.0

This commit is contained in:
Artem Kostyuk
2018-02-20 12:48:30 +02:00
committed by Carlos Roca
parent d7bc0febd4
commit 517d5f6698
6 changed files with 26 additions and 141 deletions

View File

@@ -1,4 +1,3 @@
# -*- 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>
@@ -8,21 +7,19 @@
{
"name": "Clickable many2one fields for tree views",
"summary": "Open the linked resource when clicking on their name",
"version": "10.0.1.0.0",
"version": "11.0.1.0.0",
"category": "Hidden",
"website": "https://odoo-community.org/",
"website": "https://github.com/OCA/web",
"author": "Therp BV, "
"Tecnativa, "
"Camptocamp, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
'web',
],
"data": [
'data/ir_config_parameter.xml',
'views/asset.xml',
'static/src/xml/assets.xml',
],
"installable": True,
}