- 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.

40 lines
1.9 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_numbers" inherit_id="website.s_numbers">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="pt64 pb64" remove="pt48 pb24" separator=" "/>
  7. </xpath>
  8. <!-- Column #01 -->
  9. <xpath expr="//div[hasclass('col-lg-3')][1]" position="attributes">
  10. <attribute name="class" add="shadow-sm bg-white pt64 pb64" remove="pt24 pb24" separator=" "/>
  11. </xpath>
  12. <xpath expr="//div[hasclass('col-lg-3')][1]/h6" position="replace">
  13. <h6>Business Solutions</h6>
  14. </xpath>
  15. <!-- Column #02 -->
  16. <xpath expr="//div[hasclass('col-lg-3')][2]" position="attributes">
  17. <attribute name="class" add="shadow-sm bg-white pt64 pb64" remove="pt24 pb24" separator=" "/>
  18. </xpath>
  19. <xpath expr="//div[hasclass('col-lg-3')][2]/span" position="replace">
  20. <span class="s_number display-4">4500</span>
  21. </xpath>
  22. <xpath expr="//div[hasclass('col-lg-3')][2]/h6" position="replace">
  23. <h6>Happy Customers</h6>
  24. </xpath>
  25. <!-- Column #03 -->
  26. <xpath expr="//div[hasclass('col-lg-3')][3]" position="attributes">
  27. <attribute name="class" add="shadow-sm bg-white pt64 pb64" remove="pt24 pb24" separator=" "/>
  28. </xpath>
  29. <xpath expr="//div[hasclass('col-lg-3')][3]/h6" position="replace">
  30. <h6>Available Languages</h6>
  31. </xpath>
  32. <!-- Column #04 -->
  33. <xpath expr="//div[hasclass('col-lg-3')][4]" position="attributes">
  34. <attribute name="class" add="shadow-sm bg-white pt64 pb64" remove="pt24 pb24" separator=" "/>
  35. </xpath>
  36. <xpath expr="//div[hasclass('col-lg-3')][4]/h6" position="replace">
  37. <h6>Ongoing Projects</h6>
  38. </xpath>
  39. </template>
  40. </odoo>