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.

50 lines
1.8 KiB

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 class="oe_picture">
  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" style="margin-top: 150px;">
  38. <h3 class="oe_slogan">Help and Support</h3>
  39. <div class="oe_slogan">
  40. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  41. <i class="fa fa-envelope"></i> Email
  42. </a> <a class="btn btn-primary btn-lg mt8"
  43. href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i>
  44. Contact
  45. </a>
  46. </div>
  47. <img src="logo.png" style="width: 200px; margin-bottom: 20px;"
  48. class="center-block">
  49. </section>