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.
25 lines
1015 B
25 lines
1015 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Adding thumbnail for Deal of the Week Snippet-->
|
|
<template id="deal_week_banner" inherit_id="website.snippets"
|
|
name="Deal Week banner">
|
|
<xpath expr="//snippets[@id='snippet_groups']"
|
|
position="inside">
|
|
<t t-snippet="theme_boec.deal_week_snippet"
|
|
t-thumbnail="/theme_boec/static/src/images/snippets/deal.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<!--Template for Deal of the Week Snippet-->
|
|
<template id="deal_week_snippet" name="Deal of the Week">
|
|
<section class="oe_structure">
|
|
<div class="deal_week_snippet_class">
|
|
<div class="container">
|
|
<div class="alert alert-info">
|
|
<h4>Your Deal Week snippet will be displayed here...
|
|
Please save to view the snippet</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|