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

23 lines
2.0 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_selection" inherit_id="website.snippets">
  4. <xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]/t[@t-snippet='website.s_cover']" position="after">
  5. <t t-snippet="theme_common.s_images_carousel" t-thumbnail="/theme_common/static/src/img/snippets/s_images_carousel.png"/>
  6. <t t-snippet="theme_common.s_images_row" t-thumbnail="/theme_common/static/src/img/snippets/s_images_row.png"/>
  7. <t t-snippet="theme_common.s_page_header" t-thumbnail="/theme_common/static/src/img/snippets/s_page_header.png"/>
  8. <t t-snippet="theme_common.s_numbers" t-thumbnail="/theme_common/static/src/img/snippets/s_numbers.png"/>
  9. <t t-snippet="theme_common.s_color_blocks_4" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
  10. </xpath>
  11. <xpath expr="//div[@id='snippet_content']/div[hasclass('o_panel_body')]/t" position="before">
  12. <t t-snippet="theme_common.s_badge" t-thumbnail="/theme_common/static/src/img/snippets/s_badge.png"/>
  13. <t t-snippet="theme_common.s_progress_bar" t-thumbnail="/theme_common/static/src/img/snippets/s_progress_bar.png"/>
  14. <t t-snippet="theme_common.s_blockquote" t-thumbnail="/theme_common/static/src/img/snippets/s_blockquote.png"/>
  15. </xpath>
  16. <xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]/t" position="before">
  17. <t t-snippet="theme_common.s_media_list" t-thumbnail="/theme_common/static/src/img/snippets/s_media_list.png"/>
  18. <t t-snippet="theme_common.s_news_carousel" t-thumbnail="/theme_common/static/src/img/snippets/s_news_carousel.png"/>
  19. <t t-snippet="theme_common.s_process_steps" t-thumbnail="/theme_common/static/src/img/snippets/s_process_steps.png"/>
  20. <t t-snippet="theme_common.s_team_profiles" t-thumbnail="/theme_common/static/src/img/snippets/s_team_profiles.png"/>
  21. </xpath>
  22. </template>
  23. </odoo>