Tuesday, June 14, 2022
2 changes · master
Resolved issues and error corrections
This update corrects a missed internal reference in the Mail call interface that could cause a crash. It helps keep call-related screens stable for users after a recent change.
Original PR description
Change forgotten references to `state` to references to the record. Fix crash introduced in https://github.com/odoo/odoo/pull/93330/
This update adjusts an internal test threshold for Belgian payroll payslip PDF generation after a small unpredictable increase in database activity. It helps keep automated testing reliable while the team investigates the underlying cause, with no expected change for users.
Original PR description
Since this week (maybe/probably linked to the new t-cache thing), the PDF generations for payslips adds 1 indeterministic query. Adapt the query counter instead of disabling the test while we figure what going on there.