Daily updates from Odoo
Monday, February 16, 2026
2 changes · 18.0
Enhancements to existing features
This update ensures Odoo complies with new Polish tax reporting requirements set by the KAS. Starting in 2025, businesses will need to generate specific electronic reports, and this change prepares Odoo to meet these legal obligations and avoid potential penalties. It’s a critical update for Polish users.
Original PR description
Ensure compliance with the new electronic reporting obligations imposed by the Polish National Revenue Administration (KAS). This takes effect starting in 2025 for large enterprises, followed by SMEs with a one-year delay. Local software providers (such as Comarch or InsERT) will natively integrate this standard; failing to do so would expose users to severe tax penalties, rendering the software de facto unusable for legal accounting in Poland Enable the generation of the JPK_KR_PD file in the strict XML format mandated by the Polish Ministry of Finance. task-5163281 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enhances the integration with fiskaly for accurate VAT export mapping, addressing previous performance issues and improving data accuracy. It includes fixes for tax calculations and order processing, ensuring reliable reporting for German POS operations. This change improves the overall reliability and compliance of the POS system.
Original PR description
*: pos, pos_cert In this commit: ------------------ - The transactions were shown to be processed within 0-1 seconds as we were used to call start and finish transaction calls on validation so in the case of retails it won't give actual data of start and end time so we need to improve this and called now for `start transaction` when first orderline added to a new order, calling `cancelled` if the order is deleted or all the orderlines are removed manually, and `finished` on validation of the order. - we have also now handle correct tax mapping by backporting pr: https://github.com/odoo/enterprise/pull/83300 and many other business cases are handled. task: 5184287