Monday, January 6, 2025
1 change · saas-18.1
Resolved issues and error corrections
This update ensures the Google Address Autocomplete feature is safely disabled or made harmless when production databases are copied for support or testing. It helps prevent copied databases from contacting external Google services in ways that could affect live operations or customers.
Original PR description
This commit adds the missing neutralization necessary for the google_address_autocomplete module introduced in saas-18.1 in [1] The purpose of the standard neutralization framework is to allow us to create database copies that will not interact with external systems in ways that could impact the production database (or if it is not possible to prevent the interactions, make sure that they are benign or won't result in actual changes), or impact the customers of the operator of the production database. This is mainly useful to allow safe support investigation on database duplicates. [1] https://github.com/odoo/odoo/pull/176262