Tuesday, August 11, 2026
1 change · 19.0
Resolved issues and error corrections
This fix prevents Website installation from getting stuck when setting up a new database in German. It removes an unnecessary cache reset during module updates while keeping the original safeguard where it is still needed.
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