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.

77 lines
2.2 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 Edit
  6. ============
  7. This module extends the functionality of mail. You can edit message/messages
  8. and move them to any model.
  9. Configuration
  10. =============
  11. To configure this module:
  12. * Activate the 'Move mail message' or 'Edit mail message' permissions for a
  13. user (the admin user has these rights by default)
  14. * Objects that users are allowed to move messages to, can be
  15. configured in Settings - Technical - Database structure -
  16. Referenceable objects.
  17. Usage
  18. =====
  19. To use this module, you need to:
  20. * Go to *Message* *Chatter* in any model, click the Edit (pen) Icon to open up
  21. the 'Edit or Move' wizard.
  22. * To edit, edit the Mail as necessary and click Save.
  23. * To move, select the destination object and click Save.
  24. Known issues / Roadmap
  25. ======================
  26. * Does not reload after edit on messaging views. For this we needed to call
  27. controller.reload(), a way to this would be to inherit the ActionManager and
  28. call it from there.
  29. Bug Tracker
  30. ===========
  31. Bugs are tracked on `GitHub Issues <https://github.com/OCA/ social/issues>`_.
  32. In case of trouble, please check there if your issue has already been reported.
  33. If you spotted it first, help us smashing it by providing a detailed and
  34. welcomed feedback `here <https://github.com/OCA/
  35. social/issues/new?body=module:%20 mail_edit%0Aversion:%20
  36. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`__.
  37. Credits
  38. =======
  39. Images
  40. ------
  41. * PICOL Icon Generator `here <http://picol.org/picol_icon_generator>`__.
  42. Contributors
  43. ------------
  44. * Dan Kiplangat <dan@sunflowerweb.nl>
  45. * Tom Blauwendraat <tom@sunflowerweb.nl>
  46. Maintainer
  47. ----------
  48. .. image:: https://odoo-community.org/logo.png
  49. :alt: Odoo Community Association
  50. :target: https://odoo-community.org
  51. This module is maintained by the OCA.
  52. OCA, or the Odoo Community Association, is a nonprofit organization whose
  53. mission is to support the collaborative development of Odoo features and
  54. promote its widespread use.
  55. To contribute to this module, please visit http://odoo-community.org.