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.

100 lines
3.6 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
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan">Web Share</h2>
  4. <h3 class="oe_slogan">Share Odoo Forms to your colleagues.</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 button to every form view. Go to any
  18. form view and in readonly mode there is a share button on the right
  19. side of the form sheet. By clicking on this button the share dialog
  20. opens and the currently active form can be shared with another user
  21. or into a channel.On mobile devices, the link of the form can be
  22. posted to Whatsapp.</p>
  23. </div>
  24. </div>
  25. </section>
  26. <section class="oe_container oe_dark">
  27. <div class="oe_row oe_spaced">
  28. <h3 class="oe_slogan">Form Button</h3>
  29. <div class="oe_span6">
  30. <p class="oe_mt32 text-justify">The button is added to every Odoo
  31. FormView and can be further customized using css or less.</p>
  32. </div>
  33. <div class="oe_span6">
  34. <img class="oe_picture oe_screenshot" src="screenshot_sidebar.png">
  35. </div>
  36. </div>
  37. </section>
  38. <section class="oe_container">
  39. <div class="oe_row oe_spaced">
  40. <h3 class="oe_slogan">Shared Post</h3>
  41. <div class="oe_span6">
  42. <img class="oe_picture oe_screenshot" src="screenshot_chatter.png">
  43. </div>
  44. <div class="oe_span6">
  45. <p class="oe_mt32 text-justify">If the form is sent in a channel
  46. or directly to a user, the chat opens automatically. When sending it
  47. to a new message, the dialog is closed and the URL is saved to the
  48. clipboard.</p>
  49. </div>
  50. </div>
  51. </section>
  52. <section class="oe_container oe_dark"
  53. style="margin-bottom: 20px; border-top: 5px solid #797979; border-bottom: 5px solid #797979;">
  54. <h3 class="oe_slogan" style="margin-bottom: 10px;">Demo</h3>
  55. <div class="row" style="margin: auto; max-width: 200px;">
  56. <div class="col-xs-6">
  57. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">User:</h5>
  58. </div>
  59. <div class="col-xs-6">
  60. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">apps</h5>
  61. </div>
  62. <div class="col-xs-6">
  63. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">Password:</h5>
  64. </div>
  65. <div class="col-xs-6">
  66. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">demo</h5>
  67. </div>
  68. </div>
  69. <div class="oe_slogan" style="margin-top: 5px;">
  70. <a class="btn btn-primary btn-lg mt8"
  71. href="https://demo.mukit.at/web/login"
  72. style="position: relative; overflow: hidden;"><span
  73. class="o_ripple"
  74. style="height: 138px; width: 138px; top: -35.2969px; left: -8.17188px;"></span>
  75. <i class="fa fa-video-camera"></i> Live Preview </a>
  76. </div>
  77. </section>
  78. <section class="oe_container oe_dark">
  79. <h3 class="oe_slogan">Help and Support</h3>
  80. <h5 class="oe_slogan" style="font-size: 20px;">Feel free to
  81. contact us, if you need any help with your Odoo integration or
  82. addiontal features.</h5>
  83. <div class="oe_slogan">
  84. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  85. <i class="fa fa-envelope"></i> Email
  86. </a> <a class="btn btn-primary btn-lg mt8"
  87. href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i>
  88. Contact
  89. </a> <a class="btn btn-primary btn-lg mt8" href="mailto:support@mukit.at">
  90. <i class="fa fa-life-ring"></i> Support
  91. </a>
  92. </div>
  93. <img src="logo.png" style="width: 200px; margin-bottom: 20px;"
  94. class="center-block">
  95. </section>