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.

56 lines
1.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. Partner Email Check
  6. ===================
  7. This module validate the field ``email`` in the module ``res.partner``.
  8. Configuration
  9. =============
  10. Install python package validate_email: ``sudo pip install validate_email``.
  11. Usage
  12. =====
  13. This module integrate automatically in all of the view ``res.partner``
  14. Bug Tracker
  15. ===========
  16. Bugs are tracked on `GitHub Issues
  17. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  18. check there if your issue has already been reported. If you spotted it first,
  19. help us smashing it by providing a detailed and welcomed feedback.
  20. Credits
  21. =======
  22. Images
  23. ------
  24. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  25. Contributors
  26. ------------
  27. * Vo Hoang Dat <dat.vh@komit-consulting.com>
  28. * Jean-Charles Drubay <jc@komit-consulting.com>
  29. Maintainer
  30. ----------
  31. .. image:: https://odoo-community.org/logo.png
  32. :alt: Odoo Community Association
  33. :target: https://odoo-community.org
  34. This module is maintained by the OCA.
  35. OCA, or the Odoo Community Association, is a nonprofit organization whose
  36. mission is to support the collaborative development of Odoo features and
  37. promote its widespread use.
  38. To contribute to this module, please visit https://odoo-community.org.