TIP: You can type at any time to perform a new search.
Partner Email Duplicate Warn
partner_email_duplicate_warn · OCA/partner-contact
- Repository
- OCA/partner-contact · module folder · Try on Runboat
- Module version
- 2.1.0
- Category
- Partner Management
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/partner-contact
- Last tracking update
- 2026-08-07 09:06:26
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Weblate, OCA-git-bot, oca-ci, Cliff Kujala, GitHub Copilot
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a warning banner on the partner form view if one or several other partners have the same e-mail. It helps spot duplicate partners. If the duplication is confirmed, the user can then use the native partner merge wizard available from the partner tree view (menu *Action \> Merge*).  It is similar to the native warning banner when another partner has the same VAT number. This module has a twin brother named **partner_mobile_duplicate_warn** which adds a warning banner when another partner has the same mobile phone number.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form_with_email_warning |
res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
same_email_inaccessible_countIntegercompute='_compute_same_email_partner_ids'compute_sudo=Truestring='Partners with same e-mail you cannot access' -
same_email_partner_idsMany2many → res.partnercompute='_compute_same_email_partner_ids'compute_sudo=Truestring='Partner with same e-mail' args: 'res.partner'
-
action_open_business_doc(self)Method called when you click on the link in the duplicate warning banner
Loading…
Loading…
Loading…
Loading…