Daily updates from Odoo
Navigate
Branch
Sunday, August 10, 2025
3 changes
2 changes
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
1 change
Resolved issues and error corrections
UPS Commercial Invoices generated from deliveries now show the currency used on the related sale order instead of defaulting to the company currency. This prevents incorrect customs paperwork for international shipments and helps avoid confusion or delays.
Original PR description
The automatically generated UPS Commercial Invoice is using the company's currency instead of the currency of the invoiced order. ### How to reproduce: * Setup UPS Delivery Method. * Create a sale order with a currency different from the company's. * Assign a customer in a different country. * Validate the delivery. * Check the UPS Commercial Invoice — it shows the company's currency. opw-4973217 Forward-Port-Of: odoo/enterprise#92050 Forward-Port-Of: odoo/enterprise#91883