index.html 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <html>
  2. <body>
  3. <section class="oe_container oe_dark">
  4. <div class="oe_row">
  5. <div class="oe_row">
  6. <h2 class="oe_slogan">Product images for sale order/quotation and report</h2>
  7. </div>
  8. <div style="margin: 16px 8%;">
  9. <p class='oe_mt32'>
  10. This module is developed to see the product images in tree view and report.
  11. Make sure to install the <a href='https://apps.openerp.com/apps/modules/8.0/web_tree_image/'>web_tree_image</a> Module from OCA.
  12. </p>
  13. </div>
  14. </div>
  15. </section>
  16. <section class='oe_container oe_dark'>
  17. <div class='oe_row'>
  18. <div style="margin: 16px 8%;">
  19. <p class='oe_mt32'>
  20. You can see the below image of sale order/quotation having product's image.
  21. </p>
  22. </div>
  23. <div class="oe_demo oe_picture oe_screenshot">
  24. <img src="tree_pro_image.png">
  25. </div>
  26. </div>
  27. </section>
  28. <section class='oe_container oe_dark'>
  29. <div class='oe_row'>
  30. <div style="margin: 16px 8%;">
  31. <p class='oe_mt32'>
  32. To display images of product in report, you need to tick print image and image size you want to display in report.
  33. </p>
  34. </div>
  35. <div class="oe_demo oe_picture oe_screenshot">
  36. <img src="tick.png">
  37. </div>
  38. </div>
  39. </section>
  40. <section class='oe_container oe_dark'>
  41. <div class='oe_row'>
  42. <div style="margin: 16px 8%;">
  43. <p class='oe_mt32'>
  44. See the below image with small product size in report.
  45. </p>
  46. </div>
  47. <div class="oe_demo oe_picture oe_screenshot">
  48. <img src="small.png">
  49. </div>
  50. <div style="margin: 16px 8%;">
  51. <p class='oe_mt32'>
  52. See the below image with medium product size in report.
  53. </p>
  54. </div>
  55. <div class="oe_demo oe_picture oe_screenshot">
  56. <img src="medium.png">
  57. </div>
  58. </div>
  59. </section>
  60. <section class='oe_container oe_dark'>
  61. <div class='oe_row'>
  62. <div style="margin: 16px 8%;">
  63. <p class='oe_mt32'>
  64. See the below image with large product size in report.
  65. </p>
  66. </div>
  67. <div class="oe_demo oe_picture oe_screenshot">
  68. <img src="large1.png">
  69. </div>
  70. </div>
  71. </section>
  72. <div align='center'>
  73. <a href='http://www.serpentcs.com/serpentcs-serpentcs-offers-for-odoo-services' target='_blank'>
  74. <img width='120' src="http://www.serpentcs.com/wp-content/uploads/2015/12/special-offers.png">
  75. </a>
  76. <a href='http://www.serpentcs.com/serpentcs-serpentcs-offers-for-odoo-services' target='_blank'>
  77. SerpentCS Anniversary Offers for Odoo Services!
  78. </a>
  79. </div>
  80. </body>
  81. </html>