Wednesday, February 18, 2026
1 change · saas-18.4
Enhancements to existing features
This update enhances the German Point of Sale (POS) integration by optimizing transaction processing times and correcting tax mapping. Specifically, it improves the accuracy of VAT exports and addresses several business-related scenarios, leading to more reliable financial reporting.
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 Forward-Port-Of: odoo/enterprise#107509 Forward-Port-Of: odoo/enterprise#99216