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.

65 lines
2.2 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>Need our service?</h2>
  51. <p class="oe_mt32">Contact us by <a href="mailto:it@it-projects.info">email</a> or fill out <a href="https://www.it-projects.info/page/website.contactus " target="_blank">request form</a></p>
  52. <ul>
  53. <li><a href="mailto:it@it-projects.info">it@it-projects.info <i class="fa fa-envelope-o"></i></a></li>
  54. <li><a href="https://www.it-projects.info/page/website.contactus " target="_blank">
  55. https://www.it-projects.info/page/website.contactus <i class="fa fa-list-alt"></i></a></li>
  56. </ul>
  57. </div>
  58. </div>
  59. </section>