Tuesday, December 24, 2024
1 change · saas-18.1
Resolved issues and error corrections
This update adjusts a web module performance test so it works reliably when demo data is not installed. It helps keep automated quality checks stable for deployments that use a lean, no-demo setup, without changing business features.
Original PR description
Without demo load menu perf test fails, 40 > 38 queries. It is due that some override of `_load_menus_blacklist` relies on some data or fallback are used. This commit was already merged in odoo/odoo#190328 But was reversed in odoo/odoo#191446 ==== This is a backport of https://github.com/odoo/odoo/pull/191584