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.
 
 
 
 
 

33 lines
2.0 KiB

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- template for snippets-->
<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="theme_eco_food.eco_food_ad"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood_ad.jpg"/>
<t t-snippet="theme_eco_food.ecofood_banner"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-banner.jpg"/>
<t t-snippet="theme_eco_food.eco_food_client"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-clients.jpg"/>
<t t-snippet="theme_eco_food.eco_food_service"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-service.jpg"/>
<t t-snippet="theme_eco_food.eco_food_website_ad"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-banner.jpg"/>
</xpath>
<xpath expr="//div[@id='snippet_effect']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_eco_food.eco_food_best_seller"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-bestseller.jpg"/>
<t t-snippet="theme_eco_food.eco_food_featured_products"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-featured-products.jpg"/>
<t t-snippet="theme_eco_food.eco_food_new_arrival"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-new_arrivals.jpg"/>
<t t-snippet="theme_eco_food.eco_food_recently_added_products"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood_recently_added.jpg"/>
<t t-snippet="theme_eco_food.eco_food_testimonial"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-testimoinial.jpg"/>
</xpath>
</template>
</odoo>