Wednesday, September 28, 2022
1 change · master
Enhancements to existing features
Users can now search custom property fields from filters and the main search bar, making it easier to find records using business-specific information. Selected properties can also be displayed on kanban cards, while backend performance is improved by reducing database queries when properties are loaded in batches.
Original PR description
Purpose ======= Check the existence of the relational properties (many2one / many2many) in batch and prefetch the values in batch as well to reduce the number of SQL queries. Allow to search properties. Allow to add the properties field in the kanban view. An option has been added in the property definition, "View In Kanban", to decide which field must be visible in the kanban view.