Tuesday, August 11, 2026
1 change · saas-18.4
Resolved issues and error corrections
This change prevents a cache clearing step from running at the wrong time during module updates. It fixes an issue where installing the Website app on a new German-language database could freeze the installation and make the database inaccessible.
Original PR description
Clearing the cache in the `write` of `ir.module` caused issues when installing `website`. Having it in `create` was enough for the original use case that prompted the PR. So we remove the `write` in this commit. Reproduce: 1. Create a new empty db 2. Set language to German 3. Install Website 4. The install gets stuck and you can't access the db anymore. task-None Forward-Port-Of: odoo/odoo#281465