Tuesday, July 16, 2024
1 change · saas-17.4
Enhancements to existing features
The subscription test benchmark was adjusted to reflect expected extra processing caused by related event sales changes. This keeps automated performance checks aligned with current behavior and avoids false alarms in testing.
Original PR description
COM Branch : https://github.com/odoo/odoo/pull/172264 As we have some additional queries in event_sale due to a change in a @depend that trigger the compute method of the registrations status, I update the query count from 2230 to 2304 to match new query performances.