This module implements a format plugin to Address Field module, commonly used with Drupal Commerce. This plugin enable a specific form for brazilian addresses, according to recomendations of the brazilian postal service company, Correios. The address consists of the following fields:
Thoroughfare (Logradouro): type and name of the thoroughfare and the number
Complement (Complemento): apartment number and other info
Neighborhood (Bairro)
City (Cidade)
State (Estado)
Postal code (CEP)
Additional features
Autocomplete for city names based on a list of all brazilian cities
When installed, the module creates a database table and inserts the names of all brazilian cities (more than 5000), what may takes a long time. It doesn't use the Batch API yet, so you may have problems with the execution time.
Link ESI is a quick way to add ESI (Edge Side Includes) tags to a node. It provides a field-formatter so that a link field will be rendered as an ESI tag instead.