web_widget_dropdown_dynamic
Provides a dynamic dropdown widget for Odoo web forms that resolves field options from the backend based on context.
Key Features
- web: Enables dynamic dropdown for Char fields with options fetched from a backend method
- web: Enables dynamic dropdown for Integer fields with options fetched from a backend method
- web: Enables dynamic dropdown for Selection fields with options fetched from a backend method
- web: Allows dropdown options to be filtered based on context dependencies such as other field values
- ir.filters: Demonstrates dynamic dropdown functionality with a user-dependent integer field in filters