Daily updates from Odoo
Tuesday, February 17, 2026
2 changes · saas-18.2
Enhancements to existing features
This update adjusts the calculation of CP200 seizable amounts for Belgian payroll, incorporating a new valuation (2026) to ensure accurate tax reporting. This change improves the precision of payroll deductions for employees in Belgium, aligning with updated tax regulations.
Original PR description
Update CP200 Seizable Amount Percentages salary Parameters . Add 2026 valuation task-5478481 Forward-Port-Of: odoo/enterprise#105900
This update enhances the integration with Fiskaly for accurate VAT export mapping, addressing previous performance issues and expanding business case coverage. The changes improve transaction processing speed and ensure correct tax calculations, leading to more reliable financial reporting for German POS operations.
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#99216