Wednesday, November 27, 2024
1 change · 17.0
Enhancements to existing features
The filter and expression builders now use the predefined limits for related list-type fields when suggesting values. This helps users choose valid options more easily and reduces confusion when creating search conditions.
Original PR description
In the domain selector (and expression editor), using autocompletion to build conditions for X2many fields will use their domains. Note that it cannot be done for a field many2one since values can be created outside of the field domain in that case.