Integration with PostcodeApi.nu

This module contains integration of the excellent and free address completion
service ‘PostcodeAPI’. The service allows lookups by zip code and house number,
providing street name and city. The lookups will be triggered in the partner
form views when a zip code or house number is entered or modified. Only
Dutch addresses (which is assumed to include addresses with no country) are
auto-completed.
More info about the lookup service here: http://www.postcodeapi.nu/
Table of contents
This module depends on the standard Odoo module base_address_extended, which will split
up the street field into separate fields for street name and number.
You also need to have the ‘pyPostcode’ Python library by Stefan Jansen
installed (https://pypi.python.org/pypi/pyPostcode).
Please enter the API key that you request from PostcodeAPI into the system
parameter ‘l10n_nl_postcodeapi.apikey’
Provinces are auto-completed if a country state with the exact name is found in
the system. A CSV file with the Dutch provinces is included in the data
directory, but not loaded by default. You can import the file manually.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
feedback.
Do not contact contributors directly about support or help with technical issues.
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the OCA/l10n-netherlands project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.