You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.5 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ========================
  5. Deduplicate contacts OCA
  6. ========================
  7. This module installs the deduplicate wizard from Odoo CRM, but without the
  8. dependency on the CRM module and with some extra features.
  9. The extra features are:
  10. - Can be installed with or without the CRM module
  11. - Deduplicate also on `ref` (partner reference)
  12. - To deduplicate only a subset of partners (eg. one category), the context
  13. variable `extra_domain` may contain a domain string to search on before
  14. deduplicating. (TODO: offer this in the wizard)
  15. - A function `deduplicate_on_field(self, field, domain=[]):` is added to the
  16. `res.partner` object. It takes the field to deduplicate on as a parameter,
  17. as well as the domain mentioned above. It can be called from `ir.cron`
  18. Automated Actions.
  19. Installation
  20. ============
  21. To install this module, you need to have `crm` module present on the system.
  22. This is because we reuse the existing code from Odoo CRM.
  23. Known issues
  24. ============
  25. If this module is installed, `crm` module installation gives an error.
  26. Workaround for this is to remove this module, install `crm`, then install
  27. this module again.
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
  31. In case of trouble, please check there if your issue has already been reported.
  32. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  33. `here <https://github.com/OCA/partner-contact/issues/new?body=module:%20base_partner_merge%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  34. Credits
  35. =======
  36. Contributors
  37. ------------
  38. * Charbel Jacquin <charbel.jacquin@camptocamp.com>
  39. * Holger Brunn <hbrunn@therp.nl>
  40. * Tom Blauwendraat <tom@sunflowerweb.nl>
  41. * Terrence Nzaywa <terrence@sunflowerweb.nl>
  42. Author
  43. ------
  44. Yannick Vaucher
  45. Based on Holger Brunn's idea
  46. Backported to 8.0 by Tom Blauwendraat and Terrence Nzaywa
  47. Features added by Tom Blauwendraat
  48. Maintainer
  49. ----------
  50. .. image:: https://odoo-community.org/logo.png
  51. :alt: Odoo Community Association
  52. :target: https://odoo-community.org
  53. This module is maintained by the OCA.
  54. OCA, or the Odoo Community Association, is a nonprofit organization whose
  55. mission is to support the collaborative development of Odoo features and
  56. promote its widespread use.
  57. To contribute to this module, please visit http://odoo-community.org.