Monday, April 8, 2024
1 change
Resolved issues and error corrections
This fix restores the ability for customers using global rounding to export their financial data to DATEV format. A previous restriction was blocking this important export functionality due to occasional minor rounding differences. The change prioritizes user access to critical business processes over preventing rare 1-cent rounding discrepancies.
Original PR description
Issue: If a customer was using `round globally` and at some point wanted to export its date, he could not do it because of this rounding parameter. The reason of the fix in the first place is not strong enough (occasional 1 cent rounding issue) to justify blocking such an important flow original pr: https://github.com/odoo/enterprise/pull/34560 opw-3848827 Forward-Port-Of: odoo/enterprise#60026