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.
 
 
 
 
 

28 lines
1.5 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Snippet for newly arrival products-->
<template id="cts_new_arrival" name="Arrival Snippet">
<section class="arrivals">
</section>
</template>
<template id="theme_perfume_snippets" inherit_id="website.snippets"
name="theme eco food">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="cts_theme_perfume.cts_new_arrival"
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/new-arrivals-block.jpg"/>
<t t-snippet="cts_theme_perfume.s_perfume_about"
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/about-block.jpg"/>
<t t-snippet="cts_theme_perfume.s_perfume_banner"
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/banner-block.jpg"/>
<t t-snippet="cts_theme_perfume.s_perfume_images"
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/gallery-block.jpg"/>
<t t-snippet="cts_theme_perfume.s_perfume_show"
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/perfume-items-block.jpg"/>
<t t-snippet="cts_theme_perfume.s_perfume_video"
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/video-block.jpg"/>
<t t-snippet="cts_theme_perfume.s_perfume_shop_method"
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/shop-method.jpg"/>
</xpath>
</template>
</odoo>