Skip to content

Fix addresses installing toponyms

Daniel Palomar requested to merge feature/add-l10n-es-toponyms into master

CHANGELOG:

### Added
- [#723](https://gitlab.com/coopdevs/odoo-somconnexio/-/merge_requests/723) Install l10n_es_toponyms.

Related card: https://trello.com/c/nwDoIRXO/1208-preprod-corregir-direcciones-de-partner


Install L10n ES Toponyms module to link the zip codes with cities.

Add a migration script to:

  • Import the Toponyms of Spain from Geocodes with the wizard added in the l10n es toponyms module
  • Migrate partners with 4 digits zip code and Barcelona state adding a 0 before the zip code.
  • Migrar partners sin state/city pillando el state/city de city_zip zip de 4 digitos y state Barcelona y añadir un 0 delante del ZIP
Edited by Daniel Palomar

Merge request reports