Tuesday, December 16, 2025
1 change · saas-18.2
Resolved issues and error corrections
This update resolves a critical bug in the Report Editor where Google Translate was causing incorrect data to be saved and ultimately crashing the system. By disabling translation specifically within the report editing iframe, the issue is now fixed, ensuring accurate report generation and preventing errors.
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