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:
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*).

![](static/description/partner_warn_banner.png)

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 IDNameModelTypeStatus
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_count Integer
    compute='_compute_same_email_partner_ids' compute_sudo=True string='Partners with same e-mail you cannot access'
  • same_email_partner_ids Many2many → res.partner
    compute='_compute_same_email_partner_ids' compute_sudo=True string='Partner with same e-mail' args: 'res.partner'
Public methods (1)
  • action_open_business_doc(self)
    Method called when you click on the link in the duplicate warning banner

Loading…

Loading…

Loading…

Loading…