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.

102 lines
3.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. Message forward
  6. ===============
  7. This module was written to extend the functionality of mails to support
  8. forwarding them to another contact or database object.
  9. * **To another object of the database:**
  10. * All its followers are notified according to their settings.
  11. * **To other contacts:**
  12. * They recieve the forwarded message according to the usual notification
  13. rules of Odoo.
  14. Installation
  15. ============
  16. When installed, this module allows forwarding to the following database
  17. objects:
  18. * ``crm.lead``
  19. * ``crm.meeting``
  20. * ``crm.phonecall``
  21. * ``mail.group``
  22. * ``note.note``
  23. * ``product.product``
  24. * ``project.project``
  25. * ``project.task``
  26. * ``res.partner``
  27. * ``sale.order``
  28. Of course, if some of those are not available in your database, they will be
  29. hidden until you install the module that adds them.
  30. Usage
  31. =====
  32. To use this module, you need to:
  33. * Go to any view that has a message thread.
  34. * Press *Forward* (the button with a curved arrow pointing to the right).
  35. * Modify the subject if you wish.
  36. * If you want to forward the message to an *object*, choose it from the
  37. selector.
  38. * If you want to forward the message to some partner(s), add them in the
  39. selector.
  40. * Modify the message if you want.
  41. * Add attachments if you want.
  42. * If the message contains attachments, you can turn on the *Move attachments*
  43. option, and those will get attached to the new object.
  44. You will need to install the *document* module and have at least *User*
  45. permissions for *Knowledge* to see the effect.
  46. .. info::
  47. Technical note: Internally, forwarded messages are modified copies of
  48. original ones, but attachments are references to the exact originals to
  49. avoid duplicating disk space. Keep that in mind when managing permissions.
  50. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  51. :alt: Try me on Runbot
  52. :target: https://runbot.odoo-community.org/runbot/205/8.0
  53. For further information, please visit:
  54. * https://www.odoo.com/forum/help-1
  55. Bug Tracker
  56. ===========
  57. Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_. In
  58. case of trouble, please check there if your issue has already been reported. If
  59. you spotted it first, help us smashing it by providing a detailed and welcomed
  60. feedback `here
  61. <https://github.com/OCA/social/issues/new?body=module:%20mail_forward%0Aversion:%208.0.6.0.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  62. Credits
  63. =======
  64. Contributors
  65. ------------
  66. * Jairo Llopis <j.llopis@grupoesoc.es>
  67. Maintainer
  68. ----------
  69. .. image:: https://odoo-community.org/logo.png
  70. :alt: Odoo Community Association
  71. :target: https://odoo-community.org
  72. This module is maintained by the OCA.
  73. OCA, or the Odoo Community Association, is a nonprofit organization whose
  74. mission is to support the collaborative development of Odoo features and
  75. promote its widespread use.
  76. To contribute to this module, please visit http://odoo-community.org.