Sunday, August 10, 2025
2 changes · master
Enhancements to existing features
Spreadsheet helper logic was updated to work with recent changes to clickable cells. This keeps spreadsheet interactions reliable and supports smoother filtering behavior without changing the visible user workflow.
Original PR description
Following https://github.com/odoo/o-spreadsheet/pull/4090, Some helpers are adapted to suit their use with the clickable cell refactoring. task-3869752
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