Daily updates from Odoo
Sunday, May 3, 2026
1 change · saas-18.2
Resolved issues and error corrections
This update improves the Polish VAT export process to align with current tax regulations. Specifically, it adds a new field to track KSeF reference numbers for VAT invoices, ensuring accurate reporting for Polish businesses. The changes also update expected XML formats and remove outdated information.
Original PR description
Upgrade JPK export output from V2 to V3 for Polish VAT files: - switch headers to JPK_V7M(3) / JPK_V7K(3) - keep declaration variants aligned (VAT-7(23), VAT-7K(17)) Add V3 KSeF reference field in records: - export <NrKSeF> in SprzedazWiersz and ZakupWiersz - use l10n_pl_edi_number when available - fallback to BFK (or DI for journal entries) when no KSeF number is present Also update expected JPK XML fixtures and remove outdated manifest note claiming KSeF invoices are not reported. task-5007005 Forward-Port-Of: odoo/enterprise#115776