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.

96 lines
2.9 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 ACL
  6. ========================
  7. This module extends the functionality of the CRM contact deduplicator to add
  8. permission groups that allow the matching users to use those tools, not
  9. needing to be the sale settings manager.
  10. Configuration
  11. =============
  12. To configure this module, you need to:
  13. #. Go to *Settings > Users > Users*.
  14. #. Choose a user.
  15. #. Choose the desired permission level(s) in *Appplication > Deduplicate
  16. Contacts*:
  17. - *Manually* allows him to do the manual deduplication process.
  18. - *Automatically* allows him to do the automatic deduplication process.
  19. .. warning::
  20. Automatic contact deduplication can easily lead to unwanted results.
  21. Better backup before doing it.
  22. - *Without restrictions* executes the chosen deduplication method with admin
  23. rigts, to be able to update objects where the user would normally not have
  24. write rights, and to allow him to merge contacts with different email
  25. addresses.
  26. .. warning::
  27. This is an advanced feature, be sure to train the user before enabling
  28. this permission for him.
  29. Usage
  30. =====
  31. To use this module, you need to:
  32. #. Ask your admin to give you the new rigts.
  33. #. Go to *Sales > Tools > Deduplicate Contacts* as usual.
  34. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  35. :alt: Try me on Runbot
  36. :target: https://runbot.odoo-community.org/runbot/111/8.0
  37. Known issues / Roadmap
  38. ======================
  39. * Wizard's code is partially written in old API because somehow [possibly]
  40. the upstream's ``@mute_logger`` decorator prevents API from doing its magic.
  41. Bug Tracker
  42. ===========
  43. Bugs are tracked on `GitHub Issues
  44. <https://github.com/OCA/crm/issues>`_. In case of trouble, please
  45. check there if your issue has already been reported. If you spotted it first,
  46. help us smashing it by providing a detailed and welcomed `feedback
  47. <https://github.com/OCA/
  48. crm/issues/new?body=module:%20
  49. crm_deduplicate_acl%0Aversion:%20
  50. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  51. Credits
  52. =======
  53. Images
  54. ------
  55. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  56. Contributors
  57. ------------
  58. * Rafael Blasco <rafabn@antiun.com>
  59. * Jairo Llopis <yajo.sk8@gmail.com>
  60. Maintainer
  61. ----------
  62. .. image:: https://odoo-community.org/logo.png
  63. :alt: Odoo Community Association
  64. :target: https://odoo-community.org
  65. This module is maintained by the OCA.
  66. OCA, or the Odoo Community Association, is a nonprofit organization whose
  67. mission is to support the collaborative development of Odoo features and
  68. promote its widespread use.
  69. To contribute to this module, please visit https://odoo-community.org.