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
28 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Inherit website snippets-->
|
|
<template id="website_snippet" inherit_id="website.snippets"
|
|
name="Website Snippet">
|
|
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_the_chef.about"
|
|
t-thumbnail="/theme_the_chef/static/src/img/snippets/about.jpg"/>
|
|
<t t-snippet="theme_the_chef.banner"
|
|
t-thumbnail="/theme_the_chef/static/src/img/snippets/banner.jpg"/>
|
|
<t t-snippet="theme_the_chef.branches"
|
|
t-thumbnail="/theme_the_chef/static/src/img/snippets/branches.jpg"/>
|
|
<t t-snippet="theme_the_chef.happy"
|
|
t-thumbnail="/theme_the_chef/static/src/img/snippets/happy.jpg"/>
|
|
<t t-snippet="theme_the_chef.menu"
|
|
t-thumbnail="/theme_the_chef/static/src/img/snippets/menu.jpg"/>
|
|
<t t-snippet="theme_the_chef.reservation"
|
|
t-thumbnail="/theme_the_chef/static/src/img/snippets/reservation.jpg"/>
|
|
<t t-snippet="theme_the_chef.special"
|
|
t-thumbnail="/theme_the_chef/static/src/img/snippets/special.jpg"/>
|
|
<t t-snippet="theme_the_chef.special_left"
|
|
t-thumbnail="/theme_the_chef/static/src/img/snippets/special_left.jpg"/>
|
|
<t t-snippet="theme_the_chef.team"
|
|
t-thumbnail="/theme_the_chef/static/src/img/snippets/team.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|