[ADD] web_widget_child_selector

This commit is contained in:
Enric Tobella
2019-11-07 18:05:12 +01:00
parent 94b789365b
commit 57789bb60f
15 changed files with 741 additions and 0 deletions

View File

@@ -0,0 +1 @@
* Enric Tobella <etobella@creublanca.es>

View File

@@ -0,0 +1,8 @@
This module allows to use a new widget for many2one fields that are made hierarchically.
Now, you can navigate easily between the hierarchy.
When we are using readonly, the behaviour is similar than Many2one, but on edition
we are able to select the parents and childs in order to navigate properly.
.. image:: /web_widget_child_selector/static/description/edit_mode.png
:alt: Edition Screenshot

View File

@@ -0,0 +1,4 @@
Use child_selection 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.