From e831274ebc74a04f7517034d42f1b6698e414d28 Mon Sep 17 00:00:00 2001 From: Florent de Labarre Date: Tue, 30 May 2017 11:52:30 +0200 Subject: [PATCH] [MIG] web_widget_many2many_tags_multi_selection: Migration to 10.0 (#623) --- .../README.rst | 3 +-- .../{__openerp__.py => __manifest__.py} | 2 +- ...web_widget_many2many_tags_multi_selection.xml | 16 +++++++--------- 3 files changed, 9 insertions(+), 12 deletions(-) rename web_widget_many2many_tags_multi_selection/{__openerp__.py => __manifest__.py} (97%) diff --git a/web_widget_many2many_tags_multi_selection/README.rst b/web_widget_many2many_tags_multi_selection/README.rst index 5133aa04f..8dd0c571f 100644 --- a/web_widget_many2many_tags_multi_selection/README.rst +++ b/web_widget_many2many_tags_multi_selection/README.rst @@ -8,7 +8,7 @@ This module adds a checkbox to this list so multiple entries can be selected at Installation ============ -It was tested on Odoo 8.0 branch. +It was tested on Odoo 10.0 branch. Bug Tracker @@ -43,4 +43,3 @@ This module is maintained by the OCA. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. To contribute to this module, please visit http://odoo-community.org. - diff --git a/web_widget_many2many_tags_multi_selection/__openerp__.py b/web_widget_many2many_tags_multi_selection/__manifest__.py similarity index 97% rename from web_widget_many2many_tags_multi_selection/__openerp__.py rename to web_widget_many2many_tags_multi_selection/__manifest__.py index 00a8d2bc6..4fd84839f 100644 --- a/web_widget_many2many_tags_multi_selection/__openerp__.py +++ b/web_widget_many2many_tags_multi_selection/__manifest__.py @@ -21,7 +21,7 @@ { 'name': 'Tags multiple selection', - 'version': '9.0.1.1.0', + 'version': '10.0.1.0.0', 'author': 'Akretion, Odoo Community Association (OCA), Jamin Shah', 'depends': [ 'web', diff --git a/web_widget_many2many_tags_multi_selection/views/web_widget_many2many_tags_multi_selection.xml b/web_widget_many2many_tags_multi_selection/views/web_widget_many2many_tags_multi_selection.xml index 0b4757483..b542560ec 100644 --- a/web_widget_many2many_tags_multi_selection/views/web_widget_many2many_tags_multi_selection.xml +++ b/web_widget_many2many_tags_multi_selection/views/web_widget_many2many_tags_multi_selection.xml @@ -1,10 +1,8 @@ - - - - - + + +