diff --git a/web_widget_child_selector/__manifest__.py b/web_widget_child_selector/__manifest__.py index 5fc1932bc..a5802c76c 100644 --- a/web_widget_child_selector/__manifest__.py +++ b/web_widget_child_selector/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Web Widget Child Selector', 'summary': "Widget used for navigation on hierarchy fields", - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'author': 'Creu Blanca,Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/web', diff --git a/web_widget_child_selector/static/src/js/widget_child_selector.js b/web_widget_child_selector/static/src/js/widget_child_selector.js index ced1c1957..813b18c8b 100644 --- a/web_widget_child_selector/static/src/js/widget_child_selector.js +++ b/web_widget_child_selector/static/src/js/widget_child_selector.js @@ -13,10 +13,6 @@ odoo.define('web.web_widget_child_selector', function(require) { 'click .o_child_selection_button': '_onChildSelectionClick', }), start: function () { - // boolean indicating that the content of the input isn't synchronized - // with the current m2o value (for instance, the user is currently - // typing something in the input, and hasn't selected a value yet). - this.$input_dropdown = this.$('.o_input_dropdown'); this.$input_value = this.$('.o_input_value') return this._super.apply(this, arguments); diff --git a/web_widget_child_selector/static/src/xml/widget_child_selector.xml b/web_widget_child_selector/static/src/xml/widget_child_selector.xml index 27b4c6ba9..df5c2b799 100644 --- a/web_widget_child_selector/static/src/xml/widget_child_selector.xml +++ b/web_widget_child_selector/static/src/xml/widget_child_selector.xml @@ -14,7 +14,7 @@
-
+
@@ -34,7 +34,7 @@ -