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.

83 lines
2.6 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. Mail message name search
  6. ========================
  7. This module adds the capability to search for mail messages by subject or
  8. body of the message. This will be useful in models that make intense use of
  9. messages, like project issues or helpdesk tickets.
  10. This module will add dynamically the message_ids to the search view of
  11. any model that inherits from the mail.thread and will incorporate the
  12. capability to search for content in the mail messages.
  13. Installation
  14. ============
  15. This module depends on the module 'base_search_fuzzy' to ensure that
  16. searches on emails are based on indexes. Please read carefully the install
  17. instructions https://github.com/OCA/server-tools/blob/8.0/base_search_fuzzy/README.rst
  18. This module installs by default the indexes that are required to
  19. perform the searches on mail messages.
  20. Configuration
  21. =============
  22. No configuration is needed.
  23. Usage
  24. =====
  25. A project issue or helpdesk ticket can contain tens of mails associated,
  26. based on the conversations that the person responsible for the ticket
  27. maintains with the person that raised the issue. One need to search
  28. in mail messages, as much as he/she needs to search in their mail for
  29. past conversations. So this module will be useful for the user to search
  30. messages by subject or body.
  31. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  32. :alt: Try me on Runbot
  33. :target: https://runbot.odoo-community.org/runbot/server-tools/8.0
  34. Bug Tracker
  35. ===========
  36. Bugs are tracked on `GitHub Issues
  37. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  38. check there if your issue has already been reported. If you spotted it first,
  39. help us smashing it by providing a detailed and welcomed feedback.
  40. Credits
  41. =======
  42. Images
  43. ------
  44. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  45. Contributors
  46. ------------
  47. * Jordi Ballester Alomar <jordi.ballester@eficent.com>
  48. * Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
  49. Maintainer
  50. ----------
  51. .. image:: https://odoo-community.org/logo.png
  52. :alt: Odoo Community Association
  53. :target: https://odoo-community.org
  54. This module is maintained by the OCA.
  55. OCA, or the Odoo Community Association, is a nonprofit organization whose
  56. mission is to support the collaborative development of Odoo features and
  57. promote its widespread use.
  58. To contribute to this module, please visit https://odoo-community.org.