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.

71 lines
2.1 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. Partner Email Check
  6. ===================
  7. This module validates and normalizes the field ``email`` in the model
  8. ``res.partner``.
  9. As part of the normalization, email addresses are converted to lowercase.
  10. Optionally, multiple partners can not be allowed to have the same address.
  11. This will not work with multiple comma-separated email addresses in the field,
  12. although validation and normalization are still supported in such cases.
  13. Configuration
  14. =============
  15. Install python package email-validator: ``sudo pip install email-validator``.
  16. To not allow multiple partners to have the same email address, use the
  17. "Filter duplicate email addresses"/``partner_email_check_filter_duplicates``
  18. setting.
  19. To validate that email addresses are deliverable (that the hostname exists),
  20. use the "Check deliverability of email addresses"/``partner_email_check_check_deliverability``
  21. setting.
  22. Usage
  23. =====
  24. This module integrate automatically in all of the view ``res.partner``
  25. Bug Tracker
  26. ===========
  27. Bugs are tracked on `GitHub Issues
  28. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  29. check there if your issue has already been reported. If you spotted it first,
  30. help us smashing it by providing a detailed and welcomed feedback.
  31. Credits
  32. =======
  33. Images
  34. ------
  35. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  36. Contributors
  37. ------------
  38. * Vo Hoang Dat <dat.vh@komit-consulting.com>
  39. * Jean-Charles Drubay <jc@komit-consulting.com>
  40. Maintainer
  41. ----------
  42. .. image:: https://odoo-community.org/logo.png
  43. :alt: Odoo Community Association
  44. :target: https://odoo-community.org
  45. This module is maintained by the OCA.
  46. OCA, or the Odoo Community Association, is a nonprofit organization whose
  47. mission is to support the collaborative development of Odoo features and
  48. promote its widespread use.
  49. To contribute to this module, please visit https://odoo-community.org.