Friday, June 5, 2026
1 change · saas-19.1
Enhancements to existing features
This update improves the speed of searching for partners (customers and suppliers) within the Point of Sale system. By optimizing the search process, particularly on large databases, the system responds more quickly, leading to a smoother and more efficient user experience. This change focuses on internal performance improvements.
Original PR description
Improve partner search response time on large databases (1M+ rows): - Implement smart field selection based on input type (phone, email, text). - Use prefix search (=ilike) for identifiers and exact match for barcodes. - Remove expensive sorting by complete_name in the backend. - Increase search limit to 500 to reduce network round-trips. task-id: 6143737 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#260347