Wednesday, October 22, 2025
2 changes · saas-18.4
Enhancements to existing features
Users can now download invoice exports as a single ZIP containing all supported formats, such as PDF and XML. This makes it easier for businesses to share sales and purchase invoices with accountants who may use different tools, especially in PEPPOL workflows.
Original PR description
With PEPPOL, many clients use Odoo for invoicing while their accountant uses another tool. To easily send invoices to the accountant, it’s important to export invoices for both sales and purchase. Adding a `Export ZIP` option to download invoices in all supported extensions (pdf, xml, ..etc) in the same zip. task-4946367 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Customer statement and follow-up reports now have a cleaner header with centered titles and less clutter. They also show the partner bank account below the Tax ID, making key payment information easier to find.
Original PR description
This commit updates the layout for follow-up and customer statement reports. Changes made: --- **Follow-up & Customer Statement Reports:** - remove journal and filter details from header. - centered the title of the report. - Added the partner bank account display below the Tax ID. --- task-4823880 Forward-Port-Of: odoo/enterprise#90068