Tuesday, December 16, 2025
1 change · 19.0
Resolved issues and error corrections
This update resolves a critical issue where the Odoo Report Editor was crashing due to incorrect translation processing within the report's HTML. By disabling translation specifically for the report's iframe content, the problem is fixed, ensuring reports save correctly and preventing future crashes.
Original PR description
Before this commit, when google translate was active on the current ReportEditor, it produced wrong data to save, and ultimately crashes. After this commit, since we disable the translation on the whole HTML element inside the iframe (that is only for the edited report), there is no error any more opw-5122924 Forward-Port-Of: odoo/enterprise#97019