Email Validation & Duplicate Contacts (Miko)
by Tripster Developers https://tripsterdevelopers.com/odoo/$ 19.14
Email Validation & Duplicate Contacts: find the contacts you can never reach
Odoo will store john@@gmail.com without a word of complaint. This finds every address that cannot receive mail, says exactly what is wrong with it, and surfaces the duplicate contacts underneath your reporting.
What it does
Proper syntax checking
RFC‑grade validation, not a regex that rejects anything unusual. Internationalised addresses are accepted, because they are valid.
Says what is wrong
Double @, a missing domain, a trailing dot, a space in the middle — named individually so it can be fixed.
Shared mailbox detection
info@, sales@, accounts@ flagged as role addresses, which behave very differently in marketing than a person does.
Duplicate contacts
The same person under two records, which quietly splits their history and doubles your counts.
Completeness audit
Contacts with no email, no phone, no country — the fields your processes assume are there.
No external service
All local. No address is sent to a third-party verification API.
How it works
- 1
Install it
Nothing runs on its own. - 2
Open Contact Health
Every contact with what is wrong with it. - 3
Start with Cannot receive mail
The addresses that will bounce. - 4
Work through duplicates
Merge with Odooâs own tool once you can see them.
The addresses that will bounce
And the rest of the picture
Requirements
- Odoo 16, 17, 18 or 19, Community or Enterprise.
- Depends on Contacts, standard.
- Odoo Online cannot run third-party modules containing Python, so this needs Odoo.sh or a self‑hosted install.
Support
Email support for every version listed above, from the people who wrote it. Every release is certified against real Odoo images before it ships, and the test count is stated on this page rather than implied.
Questions
Does it send my contacts to a verification service?
- No. Everything is checked locally in your own database.
Will it reject valid international addresses?
- No. Addresses with non-ASCII characters are valid and are accepted; only genuinely illegal syntax is flagged.
Which Odoo versions are supported?
- Every listed version is certified on each release by installing the module into a real Odoo image of that series and running the full test suite. A version is only listed once it passes.
Does this work on Odoo Online?
- No. Odoo Online cannot run third-party modules containing Python, which is Odoo's rule rather than ours. Odoo.sh and self-hosted installs are fine.
What does support cover?
- Installation problems, defects, and questions about how the module behaves, by email, for the versions listed on this page. Custom development and changes to Odoo core behaviour are separate work.
How do I report a problem?
- Email support@tripsterdevelopers.com with your Odoo version, the module version, and what you did. If a job failed, the job record holds the exact payload and the error, which answers most questions immediately.
Explore our other Odoo apps
E-Commerce Connector Engine
miko_ecommerce_coreShopify Odoo Connector
miko_shopifyWooCommerce Odoo Connector
miko_woocommerceBarcode Validator & Catalog Audit
miko_catalog_healthMargin Control & Sold Below Cost
miko_margin_healthVendor Price Check & Supplier Audit
miko_supplier_healthMCP Server for AI
miko_mcp_serverSearch the Apps store for the technical name, or open Tripster Developers at the top of this page to see everything we publish.
Questions before you buy?
Email support@tripsterdevelopers.com and a developer who wrote this will answer, usually the same working day (New Zealand time).
Built by Tripster Developers.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 278 |
| Technical Name |
miko_contact_health |
| License | OPL-1 |
| Website | https://tripsterdevelopers.com/odoo/ |
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