Wednesday, August 27, 2025
2 changes · 18.0
Enhancements to existing features
This update adds database indexes that help Odoo find related partner and purchase information more quickly. Business users should see improved responsiveness when opening or using partner records, especially in databases with many partners or purchase orders.
Original PR description
Adding some missing indexes: - `res.partner.company_registry`: necessary for the second search in `_compute_same_vat_partner_id` - `purchase.order.partner_id`: necessary for the `_read_group` in `res.partner._compute_purchase_order_count` --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adjusts internal performance test expectations for the Knowledge app after a backend caching behavior change. It helps keep automated checks accurate without changing the user-facing product experience.
Original PR description
Adapting query count, due to not putting html fields in cache upon creation. task-4962646