-
- Downloads
[IMP] crm: detect leads based on similar phone/mobile number
Currently, the 'similar lead detection' mechanism only considers email,
contact name, and partner name while finding duplicate leads in CRM.
After this commit, it will also consider the mobile/phone number for
the same. Note that the mobile numbers and phone numbers both will be
matched with each other while finding duplicate leads.
Task-2817884
closes odoo/odoo#88372
Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
Showing
- addons/crm/models/crm_lead.py 11 additions, 16 deletionsaddons/crm/models/crm_lead.py
- addons/crm/tests/test_crm_lead_duplicates.py 57 additions, 0 deletionsaddons/crm/tests/test_crm_lead_duplicates.py
- addons/iap/tools/iap_tools.py 34 additions, 1 deletionaddons/iap/tools/iap_tools.py
- addons/test_crm_full/tests/test_performance.py 2 additions, 2 deletionsaddons/test_crm_full/tests/test_performance.py
- odoo/tools/mail.py 8 additions, 3 deletionsodoo/tools/mail.py
Loading
Please register or sign in to comment