Friday, March 6, 2026
2 changes · saas-18.2
Enhancements to existing features
The geolocation module now separates how it discovers and uses the address lookup service, making it easier to connect to Nominatim-compatible providers beyond the default OpenStreetMap servers. This gives businesses more flexibility to choose third-party geocoding services that better match their reliability, compliance, or pricing needs.
Original PR description
This allows the use of an alternate nominatim-compatible server than OSM servers. For instance, to use opencage, use `https://api.opencagedata.com/geocode/v1/json?q=%(addr)s&key=%(api_key)s` Forward-Port-Of: odoo/odoo#243496
This update enhances the accuracy of interest rate calculations for loans within the Enterprise module. Previously, interest rates were displayed with only two decimal places. Now, users can specify up to ten decimal places for greater precision, improving financial reporting and analysis.
Original PR description
Allowing more precision on the interest rate for loans. By default the display uses 2 decimals, but if a user decides to add more precision they can up to 10 decimals. task-5913175 Forward-Port-Of: odoo/enterprise#107163