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

26 lines
2.3 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="snippets_selection" inherit_id="website.snippets">
  4. <xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]/t[@t-snippet='website.s_three_columns']" position="after">
  5. <t t-snippet="theme_common.s_page_header" t-thumbnail="/theme_common/static/src/img/snippets/s_page_header.png"/>
  6. <t t-snippet="theme_common.s_numbers" t-thumbnail="/theme_common/static/src/img/snippets/s_numbers.png"/>
  7. <t t-snippet="theme_common.s_process_steps" t-thumbnail="/theme_common/static/src/img/snippets/s_process_steps.png"/>
  8. <t t-snippet="theme_common.s_team_profiles" t-thumbnail="/theme_common/static/src/img/snippets/s_team_profiles.png"/>
  9. <t t-snippet="theme_common.s_images_row" t-thumbnail="/theme_common/static/src/img/snippets/s_images_row.png"/>
  10. </xpath>
  11. <xpath expr="//div[@id='snippet_content']/div[hasclass('o_panel_body')]/t[@t-snippet='website.s_card']" position="after">
  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_effect']/div[hasclass('o_panel_body')]/t" position="after">
  17. <t t-snippet="theme_common.s_news_carousel" t-thumbnail="/theme_common/static/src/img/snippets/s_news_carousel.png"/>
  18. <t t-snippet="theme_common.s_images_carousel" t-thumbnail="/theme_common/static/src/img/snippets/s_images_carousel.png"/>
  19. </xpath>
  20. <xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]/t" position="before">
  21. <t t-snippet="theme_common.s_timeline" t-thumbnail="/theme_common/static/src/img/snippets/s_timeline.png"/>
  22. <t t-snippet="theme_common.s_media_list" t-thumbnail="/theme_common/static/src/img/snippets/s_media_list.png"/>
  23. <t t-snippet="theme_common.s_masonry_block" t-thumbnail="/theme_common/static/src/img/snippets/s_masonry_block.png"/>
  24. </xpath>
  25. </template>
  26. </odoo>