Daily updates from Odoo
Sunday, November 30, 2025
1 change · 19.0
Resolved issues and error corrections
This update resolves an issue where corrupted translation files for the l10n_id_efaktur_coretax and l10n_sa modules were preventing proper translations. The team regenerated the files to ensure accurate and consistent translations are available in Weblate.
Original PR description
Two forward-port commits[^1],[^2] corrupted the POT files of these modules. They both resulted in missing `msgstr` entries causing the `msgmerge` in Weblate to fail. This commit regenerates the POT files to fix the issue. [^1]: https://github.com/odoo/odoo/commit/4e51a4a259bbb36dbbd7f6aa59ba30280f97cd89 [^2]: https://github.com/odoo/odoo/commit/f3286d792e17746d2330b5e06d5c5c8e01c52928 Forward-Port-Of: odoo/odoo#237426 Forward-Port-Of: odoo/odoo#237031