Tuesday, December 16, 2025
1 change · saas-18.4
Resolved issues and error corrections
This update resolves a critical bug in the Odoo Report Editor where Google Translate was causing incorrect data saving and crashes. By disabling translation specifically within the report's iframe, the issue is now fixed, ensuring reports are saved accurately.
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