Tuesday, December 17, 2024
1 change · master
New functionality added to Odoo
Adds address autocomplete across Odoo fields so users can select accurate address suggestions while typing. This reduces manual entry errors and can automatically fill related details such as postal code, city, and country, improving reliability for deliveries, meetings, and customer records.
Original PR description
*website_sale, website_sale_autocomplete Purpose: Writing addresses manually is error-prone, and a wrong address could lead to disappointments in case of on-site meetings, deliveries, snail mail,…
*website_sale, website_sale_autocomplete Purpose: Writing addresses manually is error-prone, and a wrong address could lead to disappointments in case of on-site meetings, deliveries, snail mail, etc. This feature aims to provide accurate address suggestions based on user input to enhance the reliability of address entries in various modules such as res.company, res.partner, and crm.lead. Specifications: - Introduced a new widget google_address_autocomplete compatible with char fields. - Integrated new widget with Google Places API to fetch address suggestions dynamically based on user input. - Automatically populates additional address fields such as zip_field, city_field, and country_field when a user selects an address suggestion from the dropdown. - Made the widget and its options available in Studio. - The widget provides real-time address suggestions as the user types and automatically fills in the specified address fields upon selection. Task-3851045 Enterprise counterpart PR: https://github.com/odoo/enterprise/pull/68201