Daily updates from Odoo
Tuesday, February 18, 2025
1 change · master
Code cleanup and technical improvements
Point of Sale number handling now uses actual rounding precision instead of only decimal counts when comparing or rounding values. This improves accuracy for currencies and units that round to values like 0.05, 0.1, 5, or 10, reducing inconsistencies in payments, quantities, and fiscal documents.
Original PR description
https://github.com/odoo/odoo/pull/197447