| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Contacts (contacts)
• Discuss (mail) |
| Lines of code | 453 |
| Technical Name |
postcode_address_lookup |
| License | OPL-1 |
| Website | https://sjr.ie |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Contacts (contacts)
• Discuss (mail) |
| Lines of code | 453 |
| Technical Name |
postcode_address_lookup |
| License | OPL-1 |
| Website | https://sjr.ie |
Postcode Address Lookup
Irish Postcode / address autocomplete for the Odoo Contact form. Start typing an address or Postcode and suggestions appear instantly. Select one to auto-fill all address fields.
Works out of the box: Uses OpenStreetMap Nominatim by
default — no API key required. Optionally switch to Google Places
API for broader coverage.
Odoo Online compatible: This is a frontend-only module
(OWL JS, XML views, CSS) — no Python models or controllers
required. Works on Odoo Online, Odoo.sh and self-hosted.
Features
- Full address auto-fill — Street, street 2, city, county/state, Postcode and country are filled automatically.
- Two provider options — OpenStreetMap Nominatim (free, default) or Google Places API (New).
- Works everywhere — Contact form, inline address dialogs, sale order customer creation.
- Graceful fallback — If no provider is available, the field behaves as a normal text input.
Supported Providers
| Provider | Notes |
|---|---|
| OpenStreetMap Nominatim (default) | Free, no API key needed. Good Irish address coverage via community-maintained data. Rate limit: 1 request/second. |
| Google Places API (New) | Broader coverage, better autocomplete for partial text. Requires a Google Cloud API key. $200/month free credit. |
Configuration
No configuration needed for OpenStreetMap — install and go.
To switch to Google Places, set two system parameters via Settings → Technical → Parameters → System Parameters:
| Key | Value |
|---|---|
postcode_lookup.provider |
nominatim (default) or google |
postcode_lookup.api_key |
Your Google API key (only needed for google) |
Usage
- Open any Contact form.
- Start typing an address or Postcode in the Street field.
- Select a suggestion from the dropdown.
- All address fields are filled automatically.
Dependencies
Requires contacts.
Credits
Author: SJR Nebula — John Ashurst
Email:
info@sjr.ie
Website:
sjr.ie
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module