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.

25 lines
994 B

  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan">Preview Dialog</h2>
  4. <h3 class="oe_slogan">Preview your files directly in Odoo.</h3>
  5. <h4 class="oe_slogan" style="font-size: 23px;">MuK IT GmbH , www.mukit.at</h4>
  6. <div class="oe_demo oe_picture oe_screenshot">
  7. <img src="screenshot.png">
  8. </div>
  9. </div>
  10. </section>
  11. <section class="oe_container oe_dark" style="padding-top: 25px;">
  12. <div class="oe_row oe_spaced">
  13. <div class="oe_picture">
  14. <h3 class="oe_slogan">Overview</h3>
  15. <p class="oe_mt32">
  16. Adds a button to the FieldBinaryFile form widget to preview the file content directly in the browser.
  17. Currently the following file extensions are supported:
  18. </p>
  19. <p>
  20. <span style="color: green;"> &#9745; </span> Portable Document Format (.pdf) <br />
  21. <span style="color: green;"> &#9745; </span> Open Document (.odt, .odp, .ods, .otp) <br />
  22. </p>
  23. </div>
  24. </div>
  25. </section>