Wednesday, August 27, 2025
2 changes · saas-18.2
Enhancements to existing features
A problematic internal test is temporarily disabled when fake time settings are active because it can cause nightly builds to get stuck. This helps keep automated build processes moving while the underlying cause is investigated.
Original PR description
For a strange reason, this test can get stuck while compiling the sources with libsass when faketime is active. Some more investigation is needed but disabling it for now to avoid having builds stuck during the nightly
The partner form now uses additional database indexes to speed up lookups related to company registration details and purchase order counts. This should make partner records load more smoothly, 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 Forward-Port-Of: odoo/odoo#223706