diff --git a/web_widget_many2many_tags_multi_selection/README.rst b/web_widget_many2many_tags_multi_selection/README.rst index 5133aa04..8dd0c571 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/__manifest__.py b/web_widget_many2many_tags_multi_selection/__manifest__.py index 2df032ce..4fd84839 100644 --- a/web_widget_many2many_tags_multi_selection/__manifest__.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', @@ -31,6 +31,6 @@ 'data': [ 'views/web_widget_many2many_tags_multi_selection.xml', ], - 'installable': False, + 'installable': True, 'auto_install': False, } 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 0b475748..b542560e 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 @@ - - - - - + + +