Tuesday, March 10, 2026
1 change · saas-18.3
Enhancements to existing features
This update simplifies the process of downloading attachments from account moves like invoices and vendor bills. Previously, users had to download each attachment individually. Now, all attachments are automatically bundled into a ZIP file, making it easier to manage and share important documents.
Original PR description
before: - In v17, account moves (invoices, vendor bills, etc.) did not provide any ZIP export. - Users wanting to download move attachments (e.g. for vendor bills) had to download each file individually. after: - Add an Action on account moves to export attachments as a ZIP archive. - The ZIP contains all attachments linked to the move (PDF, XML, and any other files present in the mail thread), not only the report PDF. - The action is available for all move types (customer invoices, vendor bills, journal entries, etc.) task-5232551 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#250269 Forward-Port-Of: odoo/odoo#241647