Daily updates from Odoo
Sunday, August 10, 2025
1 change
Resolved issues and error corrections
Odoo Studio now prevents users from applying image transformations in reports because those changes do not appear in generated PDF files. This avoids misleading editing options and helps report previews match the final PDF output more reliably.
Original PR description
Problem: Image transformations are not applied in generated PDFs because they are not supported by `wkhtmltopdf`. Solution: Disable image transform options when rendering reports to ensure expected output and avoid unsupported behavior. Steps to reproduce: - Open any report in Studio - Add an image - Apply a scale transformation - Generate a PDF preview > The image transform is not applied in the generated PDF opw-4809761 Forward-Port-Of: odoo/enterprise#91152 Forward-Port-Of: odoo/enterprise#89952