-
- Downloads
[FIX] web: custom filter: description of selection field values
When creating a custom filter based on a selection field, the description
obtained in the resulting facet would use the value instead of the usual
string representation of that value. For example, in CRM > Lead, create
a custom filter based on the field "priority" like "[("priority", "=", 0)]"
would result in a Facet "Priority is '0'" instead of "Priority is 'Low'".
closes odoo/odoo#119628
Signed-off-by:
Michaël Mattiello <mcm@odoo.com>
Please register or sign in to comment