mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_child_selector
This commit is contained in:
1
web_widget_child_selector/readme/CONTRIBUTORS.rst
Normal file
1
web_widget_child_selector/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Enric Tobella <etobella@creublanca.es>
|
||||
8
web_widget_child_selector/readme/DESCRIPTION.rst
Normal file
8
web_widget_child_selector/readme/DESCRIPTION.rst
Normal 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
|
||||
4
web_widget_child_selector/readme/USAGE.rst
Normal file
4
web_widget_child_selector/readme/USAGE.rst
Normal 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.
|
||||
Reference in New Issue
Block a user