===============================
Deduplicate Contacts by website
===============================
This module extends the criteria to match duplicated contacts using the field
website.
Usage
=====
To use this module, you need to:
* Go to *Sales > Tools > Deduplicate Contacts*.
* Mark "Website" in the section "Search duplicates based on duplicated data
in".
* This criteria will be used for deduplicating.
[IMP] base_location_geonames_import: Make tests more efficient
[FIX] base_location_geonames_import: Don't alias Warning
[IMP] base_location_geonames_import: Convert tests to Python + switch imported country
Monaco country is very little and it allows to save some downloaded bytes plus making
a test for entries deletion
[IMP] base_location_geonames_import: Switch author
[FIX] base_location_geonames_import: Fix test
[FIX] base_location_geonames_import: Fix tests
[MIG] Make modules uninstallable
[MIG] Rename manifest files
[FIX] base_location_geonames_import: Test logic changed
For avoiding constant problems with this test, as Monaco data changes a lot,
what we are testing now is the existence of the data, not the exact match of them.