Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Request for review: web_widget_dropdown_dynamic

by Alexey Pelykh <alexey.pelykh@gmail.com> - 12/09/2019 11:10:44
Dear community,

I’d like to present https://github.com/OCA/web/pull/1371 that adds web_widget_dropdown_dynamic, a widget that supports resolving options from backend of:

 * `fields.Char`
 * `fields.Integer`
 * `fields.Selection`

It’s useful when on-the-fly generation of m2m fields with dynamic options is an overkill, yet default static selection field is not applicable.

Kind regards,
Alexey