Wednesday, February 18, 2026
1 change · saas-18.3
Enhancements to existing features
This update enhances the accuracy of German retail tax calculations and improves order processing speed. Specifically, the system now correctly maps taxes and handles order lifecycle events (start, cancel, finish) more efficiently, leading to faster transaction times and more reliable data.
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