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

27 lines
2.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="snippet_selection" inherit_id="website.snippets">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]/t[@t-snippet='website.s_cover']" position="after">
<t t-snippet="theme_common.s_masonry_block" t-thumbnail="/theme_common/static/src/img/snippets/s_masonry_block.png"/>
<t t-snippet="theme_common.s_text_picture_text" t-thumbnail="/theme_common/static/src/img/snippets/s_text_picture_text.png"/>
<t t-snippet="theme_common.s_header_text_big_picture" t-thumbnail="/theme_common/static/src/img/snippets/s_header_text_bigpicture.png"/>
<t t-snippet="theme_common.s_numbers" t-thumbnail="/theme_common/static/src/img/snippets/s_numbers.png"/>
<t t-snippet="theme_common.s_color_blocks_4" t-thumbnail="/theme_monglia/static/src/img/snippets/color_blocks.png"/>
<t t-snippet="theme_common.s_color_blocks_2" t-thumbnail="/theme_monglia/static/src/img/snippets/2_color_blocks.png"/>
<t t-snippet="theme_common.s_big_icons" t-thumbnail="/theme_monglia/static/src/img/snippets/s_big_icon_circle.png"/>
</xpath>
<xpath expr="//div[@id='snippet_effect']/div[hasclass('o_panel_body')]/t[@t-snippet='website.s_parallax']" position="before">
<t t-snippet="theme_common.s_banner_parallax" t-thumbnail="/theme_common/static/src/img/snippets/s_full_height_banner.png"/>
</xpath>
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_products_carousel" t-thumbnail="/theme_common/static/src/img/snippets/s_products_carousel.png"/>
<t t-snippet="theme_common.s_product_list" t-thumbnail="/theme_common/static/src/img/snippets/s_product_list.png"/>
<t t-snippet="theme_common.s_features_carousel" t-thumbnail="/theme_common/static/src/img/snippets/s_features.png"/>
<t t-snippet="theme_common.s_timeline" t-thumbnail="/theme_monglia/static/src/img/snippets/timeline.png"/>
<t t-snippet="theme_common.s_event_list" t-thumbnail="/theme_monglia/static/src/img/snippets/event_list.png"/>
<t t-snippet="theme_common.s_full_menu" t-thumbnail="/theme_common/static/src/img/snippets/s_full_menu.png"/>
<t t-snippet="theme_common.s_compact_menu" t-thumbnail="/theme_common/static/src/img/snippets/s_compact_menu.png"/>
<t t-snippet="theme_common.s_event_slide" t-thumbnail="/theme_common/static/src/img/snippets/s_event_slide.png"/>
</xpath>
</template>
</odoo>