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.

114 lines
4.0 KiB

  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">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">Customize Process</h3>
  29. <div class="row">
  30. <div class="mb16 col-lg-6">
  31. <p>
  32. Refresh actions can be created easily inside of Odoo. The view to
  33. create such rules is located under "Settings" <i
  34. class="fa fa-arrow-right" aria-hidden="true"></i> "Technical" <i
  35. class="fa fa-arrow-right" aria-hidden="true"></i> "Automation" <i
  36. class="fa fa-arrow-right" aria-hidden="true"></i> "Automated
  37. Refresh".
  38. </p>
  39. </div>
  40. <div class="mb16 col-lg-6">
  41. <div class="oe_demo oe_screenshot">
  42. <img src="screenshot_view.png">
  43. </div>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. </section>
  49. <section class="oe_container">
  50. <div class="oe_row oe_spaced">
  51. <div style="max-width: 84%; margin: 16px 8%;">
  52. <h3 class="oe_slogan">Customize Process</h3>
  53. <div class="row">
  54. <div class="mb16 col-lg-6">
  55. <div class="oe_demo oe_screenshot">
  56. <img src="screenshot_chatter.png">
  57. </div>
  58. </div>
  59. <div class="mb16 col-lg-6">
  60. <p>The module also has support for
  61. the Odoo Chatter Widget. As soon as a new message or activity is
  62. created, a corresponding refresh message is sent.</p>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. </section>
  68. <section class="oe_container oe_dark"
  69. style="margin-bottom: 20px; border-top: 5px solid #797979; border-bottom: 5px solid #797979;">
  70. <h3 class="oe_slogan" style="margin-bottom: 10px;">Demo</h3>
  71. <div class="row" style="margin: auto; max-width: 250px;">
  72. <div class="col-6 col-xs-6">
  73. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">User:</h5>
  74. </div>
  75. <div class="col-6 col-xs-6">
  76. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">apps</h5>
  77. </div>
  78. <div class="col-6 col-xs-6">
  79. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">Password:</h5>
  80. </div>
  81. <div class="col-6 col-xs-6">
  82. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">demo</h5>
  83. </div>
  84. </div>
  85. <div class="oe_slogan" style="margin-top: 5px;">
  86. <a class="btn btn-primary btn-lg mt8"
  87. href="https://demo.mukit.at/web/login"
  88. style="position: relative; overflow: hidden;">
  89. <i class="fa fa-video-camera"></i> Live Preview
  90. </a>
  91. </div>
  92. </section>
  93. <section class="oe_container oe_dark">
  94. <h3 class="oe_slogan">Help and Support</h3>
  95. <h5 class="oe_slogan" style="font-size: 20px;">Feel free to
  96. contact us, if you need any help with your Odoo integration or
  97. addiontal features.</h5>
  98. <div class="oe_slogan">
  99. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  100. <i class="fa fa-envelope"></i> Email
  101. </a>
  102. <a class="btn btn-primary btn-lg mt8" href="https://mukit.at/page/contactus">
  103. <i class="fa fa-phone"></i> Contact
  104. </a>
  105. <a class="btn btn-primary btn-lg mt8" href="mailto:support@mukit.at">
  106. <i class="fa fa-life-ring"></i> Support
  107. </a>
  108. </div>
  109. <img src="logo.png" style="width: 200px; margin-bottom: 20px; display: block;" class="mx-auto center-block">
  110. </section>