Daily updates from Odoo
Tuesday, February 24, 2026
1 change
New functionality added to Odoo
This update adds the municipalities of Guatemala to Odoo, improving address accuracy and consistency. Previously, only departments were available, now users can select Guatemalan municipalities within the Contacts module, enabling proper address management for Guatemalan businesses. This enhancement aligns with localization efforts and supports compliance requirements.
Original PR description
Impacted versions: - 19.0 Steps to reproduce: 1. Install module l10n_gt 2. Go to Contacts > City field 3. Select country Guatemala Current behavior: - Only departments are available, municipalities are missing. Expected behavior: - Municipalities of Guatemala are available in res.city, linked to their respective departments (res.country.state). - Each municipality includes its zipcode and translation in es_GT. Explanation: This PR extends the localization for Guatemala by adding official municipalities and their zip codes to res.city. It improves consistency with other localizations (e.g. Brazil) and allows proper address management for Guatemalan companies. Forward-Port-Of: odoo/odoo#247719