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.

71 lines
2.6 KiB

10 years ago
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">IM Notifications</h2>
  5. <h3 class="oe_slogan">Get instant notification inside odoo</h3>
  6. </div>
  7. <div class="oe_span6">
  8. <p class="oe_mt32">
  9. A user is able to select option for notifications:
  10. <ul class="org-ul">
  11. <li>Never </li>
  12. <li>Only IM (if online) </li>
  13. <li>IM (if online) + email (if offline) </li>
  14. <li>IM (if online) + email </li>
  15. <li>Only Emails </li></ul>
  16. </p>
  17. </div>
  18. <div class="oe_span6">
  19. <div class="oe_picture">
  20. <img src="my-pref-button.png"/>
  21. </div>
  22. </div>
  23. </div>
  24. </section>
  25. <section class="oe_container oe_dark">
  26. <div class="oe_row oe_spaced">
  27. <div class="oe_span6">
  28. <p class="oe_mt32">
  29. Each notification includes:
  30. <ul>
  31. <li>Message type: email, comment or notification </li>
  32. <li>Author's name </li>
  33. <li>Subject with a link to related record (if exists) </li>
  34. <li>Link to inbox </li>
  35. </ul>
  36. </p>
  37. </div>
  38. <div class="oe_span6">
  39. <div class="oe_picture">
  40. <img src="im-chat.png?3"/>
  41. </div>
  42. </div>
  43. <div class="oe_span12">
  44. <p class="oe_mt32">
  45. Further information and discussion: <a href="https://yelizariev.github.io/odoo/module/2015/02/18/im-notifications.html">https://yelizariev.github.io/odoo/module/2015/02/18/im-notifications.html</a>
  46. </p>
  47. </div>
  48. </div>
  49. </section>
  50. <section class="oe_container">
  51. <div class="oe_row oe_spaced">
  52. <div class="oe_span12">
  53. <h2>News &amp; updates</h2>
  54. <p class="oe_mt32">
  55. 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.
  56. </p>
  57. <ul>
  58. <li><a href="https://yelizariev.github.io" target="_blank">https://yelizariev.github.io <i class="fa fa-rss"></i> </a></li>
  59. <li><a href="https://twitter.com/yelizariev" target="_blank">
  60. https://twitter.com/yelizariev <i class="fa fa-twitter"></i> </a></li>
  61. </ul>
  62. </div>
  63. </div>
  64. </section>