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.

76 lines
2.7 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan">Auto Refresh</h2>
  4. <h3 class="oe_slogan">View Refresh Channel</h3>
  5. <h4 class="oe_slogan" style="font-size: 23px;">
  6. MuK IT GmbH - www.mukit.at
  7. </h4>
  8. <div class="text-center oe_mt32">
  9. <video width="70%" height="70%" controls="controls" autoplay="autoplay" loop="loop">
  10. <source src="demo.mp4" type="video/mp4">
  11. Your browser does not support the video tag.
  12. </video>
  13. </div>
  14. </div>
  15. </section>
  16. <section class="oe_container">
  17. <div class="oe_row oe_spaced">
  18. <div class="oe_picture">
  19. <h3 class="oe_slogan">Overview</h3>
  20. <p class="oe_mt32 text-justify">Adds a "refresh" channel to the web client,
  21. which can be used to trigger a view refresh without refreshing the
  22. browser itself. Furthermore, it allows the user the creation of
  23. "refresh" rules. These rules can be applied to any Odoo model and
  24. trigger a refresh either on create, write or unlink.</p>
  25. </div>
  26. </div>
  27. </section>
  28. <section class="oe_container oe_dark">
  29. <div class="oe_row oe_spaced">
  30. <h3 class="oe_slogan">Rule View</h3>
  31. <div class="oe_span6">
  32. <p class="oe_mt32 text-justify">
  33. Refresh rules can be created easily inside of Odoo. The view to
  34. create rules is located under "Settings" <i
  35. class="fa fa-arrow-right" aria-hidden="true"></i> "Technical" <i
  36. class="fa fa-arrow-right" aria-hidden="true"></i> "Auto Refresh" <i
  37. class="fa fa-arrow-right" aria-hidden="true"></i> "Rule". <br>
  38. Each model can only have one corresponding rule to prevent
  39. inconsistency.
  40. </p>
  41. </div>
  42. <div class="oe_span6">
  43. <img class="oe_picture oe_screenshot" src="screenshot_view.png">
  44. </div>
  45. </div>
  46. </section>
  47. <section class="oe_container">
  48. <div class="oe_row oe_spaced">
  49. <h3 class="oe_slogan">Chatter Support</h3>
  50. <div class="oe_span6">
  51. <img class="oe_picture oe_screenshot" src="screenshot_chatter.png">
  52. </div>
  53. <div class="oe_span6">
  54. <p class="oe_mt32 text-justify">Auto Refresh supports the Odoo
  55. Chatter Widget. By creating a rule for the Message model and one for
  56. the Activity model, the corresponding views will refresh if a new
  57. message is sent.</p>
  58. </div>
  59. </div>
  60. </section>
  61. <section class="oe_container oe_dark">
  62. <h3 class="oe_slogan">Help and Support</h3>
  63. <div class="oe_slogan">
  64. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  65. <i class="fa fa-envelope"></i> Email
  66. </a> <a class="btn btn-primary btn-lg mt8"
  67. href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i>
  68. Contact
  69. </a>
  70. </div>
  71. <img src="logo.png" style="width: 200px; margin-bottom: 20px;"
  72. class="center-block">
  73. </section>