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.

107 lines
3.9 KiB

7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 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;">MuK IT GmbH -
  6. www.mukit.at</h4>
  7. <div class="oe_demo oe_screenshot"
  8. style="max-width: 84%; margin: 16px 8%;">
  9. <img src="demo.gif">
  10. </div>
  11. </div>
  12. </section>
  13. <section class="oe_container">
  14. <div class="oe_row oe_spaced">
  15. <div style="max-width: 84%; margin: 16px 8%;">
  16. <h3 class="oe_slogan">Overview</h3>
  17. <p class="oe_mt32 text-justify">Adds a channel called "refresh"
  18. to the web client, which can be used to trigger a view reload
  19. without refreshing the browser itself. Furthermore, it allows the
  20. user the creation of action rules. These rules can be applied to any
  21. model and trigger a refresh either on create, update or unlink.</p>
  22. </div>
  23. </div>
  24. </section>
  25. <section class="oe_container oe_dark">
  26. <div class="oe_row oe_spaced">
  27. <div style="max-width: 84%; margin: 16px 8%;">
  28. <h3 class="oe_slogan">Rule View</h3>
  29. <div class="oe_span6">
  30. <p class="oe_mt32 text-justify">
  31. Refresh actions can be created easily inside of Odoo. The view to
  32. create such rules is located under "Settings" <i
  33. class="fa fa-arrow-right" aria-hidden="true"></i> "Technical" <i
  34. class="fa fa-arrow-right" aria-hidden="true"></i> "Automation" <i
  35. class="fa fa-arrow-right" aria-hidden="true"></i> "Automated
  36. Refresh".
  37. </p>
  38. </div>
  39. <div class="oe_span6">
  40. <img class="oe_picture oe_screenshot" src="screenshot_view.png">
  41. </div>
  42. </div>
  43. </div>
  44. </section>
  45. <section class="oe_container">
  46. <div class="oe_row oe_spaced">
  47. <div style="max-width: 84%; margin: 16px 8%;">
  48. <h3 class="oe_slogan">Chatter Support</h3>
  49. <div class="oe_span6">
  50. <img class="oe_picture oe_screenshot" src="screenshot_chatter.png">
  51. </div>
  52. <div class="oe_span6">
  53. <p class="oe_mt32 text-justify">The module also has support for
  54. the Odoo Chatter Widget. As soon as a new message or activity is
  55. created, a corresponding refresh message is sent.</p>
  56. </div>
  57. </div>
  58. </div>
  59. </section>
  60. <section class="oe_container oe_dark"
  61. style="margin-bottom: 20px; border-top: 5px solid #797979; border-bottom: 5px solid #797979;">
  62. <h3 class="oe_slogan" style="margin-bottom: 10px;">Demo</h3>
  63. <div class="row" style="margin: auto; max-width: 200px;">
  64. <div class="col-xs-6">
  65. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">User:</h5>
  66. </div>
  67. <div class="col-xs-6">
  68. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">apps</h5>
  69. </div>
  70. <div class="col-xs-6">
  71. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">Password:</h5>
  72. </div>
  73. <div class="col-xs-6">
  74. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">demo</h5>
  75. </div>
  76. </div>
  77. <div class="oe_slogan" style="margin-top: 5px;">
  78. <a class="btn btn-primary btn-lg mt8"
  79. href="https://demo.mukit.at/web/login"
  80. style="position: relative; overflow: hidden;"><span
  81. class="o_ripple"
  82. style="height: 138px; width: 138px; top: -35.2969px; left: -8.17188px;"></span>
  83. <i class="fa fa-video-camera"></i> Live Preview </a>
  84. </div>
  85. </section>
  86. <section class="oe_container oe_dark">
  87. <h3 class="oe_slogan">Help and Support</h3>
  88. <h5 class="oe_slogan" style="font-size: 20px;">Feel free to
  89. contact us, if you need any help with your Odoo integration or
  90. addiontal features.</h5>
  91. <div class="oe_slogan">
  92. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  93. <i class="fa fa-envelope"></i> Email
  94. </a> <a class="btn btn-primary btn-lg mt8"
  95. href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i>
  96. Contact
  97. </a> <a class="btn btn-primary btn-lg mt8" href="mailto:support@mukit.at">
  98. <i class="fa fa-life-ring"></i> Support
  99. </a>
  100. </div>
  101. <img src="logo.png" style="width: 200px; margin-bottom: 20px;"
  102. class="center-block">
  103. </section>