mirror of https://github.com/OCA/web.git
10 lines
307 B
ReStructuredText
10 lines
307 B
ReStructuredText
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.
|