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.

61 lines
2.3 KiB

  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Mail BCC</h2>
  5. <p>This module was written to add the field Blind Carbon Copy (BCC) to emails and email templates.</p>
  6. </div>
  7. </div>
  8. </section>
  9. <section class="oe_container oe_dark">
  10. <div class="oe_row oe_spaced">
  11. <div class="oe_span12">
  12. <h2 class="oe_slogan">Installation</h2>
  13. </div>
  14. <div class="oe_span12">
  15. <p class="oe_mt32">To install this module, you need to:
  16. <ul>
  17. <li>Check that you have installed the module <strong>email_template</strong>.</li>
  18. </ul>
  19. </p>
  20. </div>
  21. </div>
  22. </section>
  23. <section class="oe_container oe_dark">
  24. <div class="oe_row oe_spaced">
  25. <div class="oe_span12">
  26. <h2 class="oe_slogan">Usage</h2>
  27. </div>
  28. <div class="oe_span12">
  29. <p class="oe_mt32">To use this module, you need to:
  30. <ul>
  31. <li>Create a new email template from XML code and add fill in the new field <strong>bcc_email</strong>.</li>
  32. <li>Send an email loading the above template from Python code.</li>
  33. </ul>
  34. </p>
  35. </div>
  36. </div>
  37. </section>
  38. <section class="oe_container oe_dark">
  39. <div class="oe_row">
  40. <div class="oe_span12">
  41. <h2 class="oe_slogan">Credits</h2>
  42. </div>
  43. <div class="oe_span12">
  44. <h3>Contributors</h3>
  45. <ul>
  46. <li>Juan Formoso &lt;<a href="mailto:jfv@anubia.es">email.jfv@anubia.es</a>&gt;</li>
  47. </ul>
  48. </div>
  49. <div class="oe_span12">
  50. <h3>Maintainer</h3>
  51. <p>
  52. This module is maintained by the OCA.<br/>
  53. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.<br/>
  54. To contribute to this module, please visit <a href="http://odoo-community.org">http://odoo-community.org</a>.<br/>
  55. <a href="http://odoo-community.org"><img class="oe_picture oe_centered" src="http://odoo-community.org/logo.png"></a>
  56. </p>
  57. </div>
  58. </div>
  59. </section>