Monday, February 16, 2026
1 change · 18.0
Enhancements to existing features
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