| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 26 |
| Technical Name |
iyasko_unique_partner_email |
| License | LGPL-3 |
| Website | https://github.com/IvanYasko |
Unique Partner Email
Never have duplicate e-mails in your Contacts again
Lightweight server-side validation that prevents two contacts from sharing the same e-mail address.
How It Works
â Case-Insensitive Check
John@Example.com and john@example.com
are treated as the same address.
â Active Records Only
Archived contacts can keep their e-mails â only live data is checked, so legacy records do not block new entries.
â Empty E-mails Allowed
Many partners may have no e-mail at all; the constraint only fires when a non-empty address would collide.
â Clear Error Message
When a duplicate is detected, the user sees the e-mail and the name of the contact already holding it.
No Configuration Required
Install the module and start enjoying clean contact data.
Please log in to comment on this module