Daily updates from Odoo
Monday, April 20, 2026
1 change · saas-18.2
Enhancements to existing features
This update fixes how tax amounts are calculated for Argentine electronic invoices and related reports. It helps ensure totals are computed consistently and displayed with the right precision, reducing rounding issues and mismatches in generated tax documents.
Original PR description
- Rewrite all tax amounts calculations on `_get_tributes` and `_get_line_details` to properly use the tax computation engine helpers (`base_line`, and aggregating methods) - Ensure that all final amounts from the calculation are formatted with `float_repr` with appropriate precision. related-community-PR: https://github.com/odoo/odoo/pull/223393 task-4891206 Forward-Port-Of: odoo/enterprise#92639