Deduplicate Contacts (OCA)
by Camptocamp https://github.com/OCA/partner-contact , Odoo Community Association (OCA) https://github.com/OCA/partner-contactAvailability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Social Network (mail)
|
Community Apps Dependencies | Show |
Technical Name |
base_partner_merge |
License | AGPL-3 |
Versions | 7.0 8.0 9.0 11.0 |
Deduplicate contacts OCA
This module installs the deduplicate wizard from Odoo CRM, but without the dependency on the CRM module and with some extra features.
The extra features are:
- Can be installed with or without the CRM module
- Deduplicate also on ref (partner reference)
- To deduplicate only a subset of partners (eg. one category), the context variable extra_domain may contain a domain string to search on before deduplicating. (TODO: offer this in the wizard)
- A function deduplicate_on_field(self, field, domain=[]): is added to the res.partner object. It takes the field to deduplicate on as a parameter, as well as the domain mentioned above. It can be called from ir.cron Automated Actions.
Installation
To install this module, you need to have crm module present on the system. This is because we reuse the existing code from Odoo CRM.
Known issues
If this module is installed, crm module installation gives an error. Workaround for this is to remove this module, install crm, then install this module again.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.
Credits
Contributors
- Charbel Jacquin <charbel.jacquin@camptocamp.com>
- Holger Brunn <hbrunn@therp.nl>
- Tom Blauwendraat <tom@sunflowerweb.nl>
- Terrence Nzaywa <terrence@sunflowerweb.nl>
Author
Yannick Vaucher Based on Holger Brunn's idea Backported to 8.0 by Tom Blauwendraat and Terrence Nzaywa Features added by Tom Blauwendraat
Maintainer

This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit http://odoo-community.org.
Please log in to comment on this module