Monday, December 15, 2025
1 change · 18.0
Resolved issues and error corrections
This update resolves a critical bug in the Odoo Report Editor that caused crashes when Google Translate was active. By disabling translation specifically within the report editing iframe, the system now reliably saves report data without errors, ensuring a stable and functional editing experience.
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