From ababcd6de3b2ffc2f8fc4c72e985e9025390a6de Mon Sep 17 00:00:00 2001 From: Olga Marco Date: Fri, 7 Jan 2022 09:49:31 +0100 Subject: [PATCH] [MIG] web_widget_child_selector: Migration to 14.0 --- web_widget_child_selector/__manifest__.py | 2 +- web_widget_child_selector/readme/USAGE.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.