mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_dropdown_dynamic
[UPD] Update web_widget_dropdown_dynamic.pot [UPD] Update web_widget_dropdown_dynamic_example.pot [UPD] README.rst [ADD] icon.png [UPD] README.rst
This commit is contained in:
committed by
Thanakrit Pintana
parent
222bec5c5d
commit
5f03f1b541
9
web_widget_dropdown_dynamic/readme/DESCRIPTION.rst
Normal file
9
web_widget_dropdown_dynamic/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Dynamic dropdown widget that supports resolving options from backend of:
|
||||
|
||||
* ``fields.Char``
|
||||
* ``fields.Integer``
|
||||
* ``fields.Selection``
|
||||
|
||||
**NOTE:** This widget is not intended to *extend* ``fields.Selection``, but to
|
||||
filter selection values. For fully-dynamic set of options, use ``fields.Char``
|
||||
instead.
|
||||
Reference in New Issue
Block a user