Saturday, February 21, 2026
2 changes · saas-18.2
Enhancements to existing features
Odoo can now fetch supplier bills directly from Poland's KSeF e-invoicing platform. This helps Polish companies receive legally delivered purchase invoices without relying on mail or email, improving compliance and reducing manual collection work.
Original PR description
If a company sell me something, they can send me an invoice. With KSeF, they do not have to send an invoice to me by post or mail - they can send it directly to KSeF. And it is legally delivered to me. Implement fetching bills from KSeF task-5405257 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#247812
Odoo now creates and attaches a PDF preview when a vendor bill received as XML does not include one. This helps users review the document and verify imported bill values without needing a separate PDF from the supplier.
Original PR description
Some vendor bills received via Peppol as XML do not include an attached PDF, preventing users from previewing the document and verifying the values parsed by Odoo. This commit generates and attaches a PDF when the XML does not provide one. task-5500236 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#245577