- Repo for opensource odoo website theme (since V13.0)
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.

59 lines
3.1 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Products List" id="s_product_list">
  4. <section class="s_product_list" >
  5. <div class="container-fluid product-list">
  6. <div class="row">
  7. <div class="col-lg-2 col-md-4 col-6">
  8. <a href="http://www.odoo.com">
  9. <img src="/web/image/theme_common.image_product_01" alt="#" class="img img-fluid"/>
  10. </a>
  11. <div class="s_product_list_item_link">
  12. <a href="http://www.odoo.com" class="btn btn-secondary">View item</a>
  13. </div>
  14. </div>
  15. <div class="col-lg-2 col-md-4 col-6">
  16. <a href="http://www.odoo.com">
  17. <img src="/web/image/theme_common.image_product_02" alt="#" class="img img-fluid"/>
  18. </a>
  19. <div class="s_product_list_item_link">
  20. <a href="http://www.odoo.com" class="btn btn-secondary">View item</a>
  21. </div>
  22. </div>
  23. <div class="col-lg-2 col-md-4 col-6">
  24. <a href="http://www.odoo.com">
  25. <img src="/web/image/theme_common.image_product_03" alt="#" class="img img-fluid"/>
  26. </a>
  27. <div class="s_product_list_item_link">
  28. <a href="http://www.odoo.com" class="btn btn-secondary">View item</a>
  29. </div>
  30. </div>
  31. <div class="col-lg-2 col-md-4 col-6">
  32. <a href="http://www.odoo.com">
  33. <img src="/web/image/theme_common.image_product_04" alt="#" class="img img-fluid"/>
  34. </a>
  35. <div class="s_product_list_item_link">
  36. <a href="http://www.odoo.com" class="btn btn-secondary">View item</a>
  37. </div>
  38. </div>
  39. <div class="col-lg-2 col-md-4 col-6">
  40. <a href="http://www.odoo.com">
  41. <img src="/web/image/theme_common.image_product_05" alt="#" class="img img-fluid"/>
  42. </a>
  43. <div class="s_product_list_item_link">
  44. <a href="http://www.odoo.com" class="btn btn-secondary">View item</a>
  45. </div>
  46. </div>
  47. <div class="col-lg-2 col-md-4 col-6">
  48. <a href="http://www.odoo.com">
  49. <img src="/web/image/theme_common.image_product_06" alt="#" class="img img-fluid"/>
  50. </a>
  51. <div class="s_product_list_item_link">
  52. <a href="http://www.odoo.com" class="btn btn-secondary">View item</a>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. </section>
  58. </template>
  59. </odoo>