Partner Email Duplicate Warn

partner_email_duplicate_warn
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/19.0/partner_email_duplicate_warn
VERSION
VERSION 2.1.0
CATEGORY
CATEGORYPartner Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Cliff Kujala, GitHub Copilot
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits base.view_partner_form
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
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/18.0/partner_email_duplicate_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPartner Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, MohamedOsman7
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits base.view_partner_form
Models touched (1)

New fields (1)
  • 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
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/17.0/partner_email_duplicate_warn
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPartner Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Vincent Van Rossem, alexandre.hermel
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a warning banner on the partner form view if another
partner has 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. T his 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 xpath Inherits base.view_partner_form
Models touched (1)

New fields (1)
  • same_email_partner_id Many2one → res.partner
    compute='_compute_same_email_partner_id' compute_sudo=True string='Partner with same e-mail' args: 'res.partner'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/16.0/partner_email_duplicate_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPartner Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Victor Champonnois
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form res.partner div Inherits base.view_partner_form
Models touched (1)

New fields (1)
  • same_email_partner_id Many2one → res.partner
    compute='_compute_same_email_partner_id' compute_sudo=True string='Partner with same e-mail' args: 'res.partner'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/14.0/partner_email_duplicate_warn
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPartner Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form res.partner div Inherits base.view_partner_form
Models touched (1)

New fields (1)
  • same_email_partner_id Many2one → res.partner
    compute='_compute_same_email_partner_id' compute_sudo=True string='Partner with same e-mail' args: 'res.partner'
Public methods (0)

No public methods.