Daily updates from Odoo
Thursday, January 1, 2026
1 change · master
Resolved issues and error corrections
This update resolves an issue where receipt attachments sent via email were broken, preventing users from viewing them in the backend. The fix ensures receipt images are correctly returned, allowing for accurate attachments in both email and order logs. This improves the user experience and ensures receipt information is reliably accessible.
Original PR description
Steps to reproduce ------------ - Open register and create an order. - Send the receipt by email. - Check the backend order log - Receipt attachment is broken. Issue ------------- Sending a receipt created a broken attachment because the generated ticket image was not correctly returned. Fix --------- Return receipt image properly so the email and backend order show a correct attachment. -------- Task-5269024 Forward-Port-Of: odoo/odoo#236026