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

21 lines
844 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_text_image" inherit_id="website.s_text_image">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="pt64 pb64 o_cc o_cc5" remove="pt32 pb32" separator=" "/>
  7. </xpath>
  8. <!-- Title -->
  9. <xpath expr="//h2" position="replace">
  10. <h2>Selected for you</h2>
  11. </xpath>
  12. <!-- Paragraph -->
  13. <xpath expr="//p[1]" position="replace">
  14. <p>We’re working with young and innovative designers who use noble and durable materials.
  15. Thus, we can offer you unique pieces that will brighten up your interior and life.</p>
  16. </xpath>
  17. <xpath expr="//p[2]" position="replace">
  18. <p><br/></p>
  19. </xpath>
  20. </template>
  21. </odoo>