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

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="autofly_banner_snippet" inherit_id="website.snippets"
name="Autofly banner">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_autofly.banner"
t-thumbnail="/theme_autofly/static/description/Images/banner-thumb.png"/>
<t t-snippet="theme_autofly.autofly_search"
t-thumbnail="/theme_autofly/static/description/Images/banner-thumb.png"/>
<t t-snippet="theme_autofly.autofly_partners"
t-thumbnail="/theme_autofly/static/description/Images/banner-thumb.png"/>
<t t-snippet="theme_autofly.choose_us"
t-thumbnail="/theme_autofly/static/description/Images/banner-thumb.png"/>
<t t-snippet="theme_autofly.client_testimonial"
t-thumbnail="/theme_autofly/static/description/Images/banner-thumb.png"/>
<t t-snippet="theme_autofly.autofly_blog"
t-thumbnail="/theme_autofly/static/description/Images/banner-thumb.png"/>
</xpath>
<xpath expr="//div[@id='snippet_effect']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_autofly.find_car_snippet"
t-thumbnail="/theme_autofly/static/description/Images/banner-thumb.png"/>
<t t-snippet="theme_autofly.product_tab_snippet"
t-thumbnail="/theme_autofly/static/description/Images/banner-thumb.png"/>
</xpath>
</template>
</odoo>