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.

67 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">Fix "False" in empty email body</h2>
  5. <h3 class="oe_slogan">Feel free to send emails without body</h3>
  6. </div>
  7. <div class="oe_span8">
  8. <p class="oe_mt32">
  9. Some time you need to send email with empty body. <br/>E.g. to send some file to partner.
  10. </p>
  11. </div>
  12. <div class="oe_span8 oe_right">
  13. <div class="oe_demo oe_picture oe_screenshot">
  14. <img src="send.png?1"/>
  15. </div>
  16. </div>
  17. </div>
  18. </section>
  19. <section class="oe_container oe_dark">
  20. <div class="oe_row oe_spaced">
  21. <div class="oe_span6">
  22. <div class="oe_demo oe_picture oe_screenshot">
  23. <img src="receive-false.png"/>
  24. </div>
  25. </div>
  26. <div class="oe_span6">
  27. <p class="oe_mt32">
  28. There is a bug in odoo -- it sends "False" if email body if empty.
  29. </p>
  30. </div>
  31. </div>
  32. </section>
  33. <section class="oe_container">
  34. <div class="oe_row oe_spaced">
  35. <div class="oe_span6">
  36. <p class="oe_mt32">
  37. This module just fix the issue.
  38. </p>
  39. </div>
  40. <div class="oe_span6">
  41. <div class="oe_demo oe_picture oe_screenshot">
  42. <img src="receive-ok.png"/>
  43. </div>
  44. </div>
  45. </div>
  46. </section>
  47. <section class="oe_container">
  48. <div class="oe_row oe_spaced">
  49. <div class="oe_span12">
  50. <h2>News &amp; updates</h2>
  51. <p class="oe_mt32">
  52. To get information about new interesting modules and updates, <a href="https://yelizariev.github.io/feed.xml">subscribe to our website RSS</a> or follow <a href="https://twitter.com/yelizariev" target="_blank">@yelizariev</a> on twitter.
  53. </p>
  54. <ul>
  55. <li><a href="https://yelizariev.github.io" target="_blank">https://yelizariev.github.io <i class="fa fa-rss"></i> </a></li>
  56. <li><a href="https://twitter.com/yelizariev" target="_blank">
  57. https://twitter.com/yelizariev <i class="fa fa-twitter"></i> </a></li>
  58. </ul>
  59. </div>
  60. </div>
  61. </section>