diff --git a/web_widget_child_selector/__manifest__.py b/web_widget_child_selector/__manifest__.py index 72f5eb70a..2a81bf9fb 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": "13.0.1.0.0", + "version": "14.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/readme/USAGE.rst b/web_widget_child_selector/readme/USAGE.rst index e490e60c7..08642d4a2 100644 --- a/web_widget_child_selector/readme/USAGE.rst +++ b/web_widget_child_selector/readme/USAGE.rst @@ -1,4 +1,4 @@ -Use child_selection widget on a field. +Use child_selector widget on a field. If necessary we can use child_selection_field on options in order to define which field we will show on edition only. For example, name instead of display_name.