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.

72 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. Portal Welcome Email Template
  6. =============================
  7. This module extends the functionality of portal module to allow customize the
  8. email message sent to customer in email template section.
  9. The sent email is enqueued instead of being directly processed.
  10. Usage
  11. =====
  12. To modify the email sent go to *Settings > Email > Email Template* and search
  13. 'Portal Welcome Email'. You can rewrite the template.
  14. Variables are stored into ctx, example: *ctx['portal_url']*
  15. Variables list:
  16. * ctx['login']
  17. * ctx['portal_url']
  18. * ctx['db']
  19. * ctx['portal']
  20. * ctx['signup_url']
  21. * ctx['welcome_message']
  22. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  23. :alt: Try me on Runbot
  24. :target: https://runbot.odoo-community.org/runbot/205/8.0
  25. Bug Tracker
  26. ===========
  27. Bugs are tracked on `GitHub Issues
  28. <https://github.com/OCA/social/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. <https://github.com/OCA/social/issues/new?body=module:%20
  32. portal_welcome_email_template%0Aversion:%20
  33. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  34. Credits
  35. =======
  36. Images
  37. ------
  38. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  39. Contributors
  40. ------------
  41. * Carlos Dauden <carlos@incaser.es>
  42. * Sergio Teruel <sergio@incaser.es>
  43. Maintainer
  44. ----------
  45. .. image:: https://odoo-community.org/logo.png
  46. :alt: Odoo Community Association
  47. :target: https://odoo-community.org
  48. This module is maintained by the OCA.
  49. OCA, or the Odoo Community Association, is a nonprofit organization whose
  50. mission is to support the collaborative development of Odoo features and
  51. promote its widespread use.
  52. To contribute to this module, please visit https://odoo-community.org.