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.
16 lines
652 B
16 lines
652 B
<?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_eco_food_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"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|