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.

81 lines
3.0 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan">MuK Large Objects Field Widget</h2>
  4. <h3 class="oe_slogan">PGSQL Large Objects Field Widget</h3>
  5. <h4 class="oe_slogan" style="font-size: 23px;">MuK IT GmbH -
  6. www.mukit.at</h4>
  7. </div>
  8. </section>
  9. <section class="oe_container">
  10. <div class="oe_row oe_spaced">
  11. <div style="max-width: 84%; margin: 16px 8%;">
  12. <h3 class="oe_slogan">Overview</h3>
  13. <div class="oe_mt32" style="padding-bottom: 10px; text-align: justify;">
  14. <p>This module allows the LargeObject Field to be used in different views. It is
  15. installed automatically with the MuK Large Objects module. It has no direct visible effect on the system, but allows LargeObejct
  16. fields to display in XML views.</p>
  17. </div>
  18. <pre>
  19. <code>
  20. &lt;record id="view_lobject" model="ir.ui.view"&gt;
  21. &lt;field name="name"&gt;lobject.form&lt;/field&gt;
  22. &lt;field name="model"&gt;lobject&lt;/field&gt;
  23. &lt;field name="arch" type="xml"&gt;
  24. &lt;form string="LargeObjectModel"&gt;
  25. &lt;group&gt;
  26. &lt;field name="content_fname" /&gt;
  27. &lt;field name="content" filename="content_fname" /&gt;
  28. &lt;/group&gt;
  29. &lt;/form&gt;
  30. &lt;/field&gt;
  31. &lt;/record&gt;
  32. </code>
  33. </pre>
  34. </div>
  35. </div>
  36. </section>
  37. <section class="oe_container oe_dark"
  38. style="margin-bottom: 20px; border-top: 5px solid #797979; border-bottom: 5px solid #797979;">
  39. <h3 class="oe_slogan" style="margin-bottom: 10px;">Demo</h3>
  40. <div class="row" style="margin: auto; max-width: 200px;">
  41. <div class="col-xs-6">
  42. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">User:</h5>
  43. </div>
  44. <div class="col-xs-6">
  45. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">apps</h5>
  46. </div>
  47. <div class="col-xs-6">
  48. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">Password:</h5>
  49. </div>
  50. <div class="col-xs-6">
  51. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">demo</h5>
  52. </div>
  53. </div>
  54. <div class="oe_slogan" style="margin-top: 5px;">
  55. <a class="btn btn-primary btn-lg mt8" href="https://demo.mukit.at/web/login"
  56. style="position: relative; overflow: hidden;"><span
  57. class="o_ripple"
  58. style="height: 138px; width: 138px; top: -35.2969px; left: -8.17188px;"></span>
  59. <i class="fa fa-video-camera"></i> Live Preview </a>
  60. </div>
  61. </section>
  62. <section class="oe_container oe_dark">
  63. <h3 class="oe_slogan">Help and Support</h3>
  64. <h5 class="oe_slogan" style="font-size: 20px;">Feel free to
  65. contact us, if you need any help with your Odoo integration or addiontal
  66. features.</h5>
  67. <div class="oe_slogan">
  68. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  69. <i class="fa fa-envelope"></i> Email
  70. </a> <a class="btn btn-primary btn-lg mt8"
  71. href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i>
  72. Contact
  73. </a> <a class="btn btn-primary btn-lg mt8" href="mailto:support@mukit.at">
  74. <i class="fa fa-life-ring"></i> Support
  75. </a>
  76. </div>
  77. <img src="logo.png" style="width: 200px; margin-bottom: 20px;"
  78. class="center-block">
  79. </section>