Friday, February 13, 2026
1 change · saas-18.2
Resolved issues and error corrections
This update fixes an issue where refund calculations were incorrectly summing line items, leading to errors with orders containing multiple products. The change ensures accurate comparisons between refund amounts and original order totals, preventing refund processing failures. This improves the reliability of the refund process for all users.
Original PR description
Before this commit, the some of individual line amounts were being summed to compare against the original order total when processing a refund. This could lead to incorrect comparisons due to rounding issues, resulting in errors when attempting to refund orders with multiple lines. <img width="626" height="288" alt="image" src="https://github.com/user-attachments/assets/e1bdc126-64d9-4b9a-bd16-2b97ac75e40c" /> opw-5433201 Forward-Port-Of: odoo/enterprise#105301