Wednesday, March 11, 2026
1 change · saas-18.4
Enhancements to existing features
Users can now export all attachments linked to accounting entries, such as invoices, vendor bills, and journal entries, as a single ZIP archive. This saves time by avoiding repeated individual downloads and includes PDFs, XML files, and other files from the related communication thread.
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