Daily updates from Odoo
Tuesday, April 12, 2022
1 change · master
Resolved issues and error corrections
This update adjusts an internal Belgian payroll accounting performance test to allow for extra database work when a company logo is loaded. It helps keep automated testing reliable after a related platform change, with no expected impact on day-to-day users.
Original PR description
Following change at odoo/odoo@3c6263316054b In case the company of the user is not cached, may produce more queries. The queries are to fetch the logo (related partner_id.image_1920) on the tested company instead of keeping the one of the user. Related to odoo/odoo#86356