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.
23 lines
949 B
23 lines
949 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!--Adding thumbnail for Product Tab Snippet -->
|
|
<template id="product_tab_banner" inherit_id="website.snippets"
|
|
name="Product Tab banner">
|
|
<xpath expr="//snippets[@id='snippet_groups']"
|
|
position="inside">
|
|
<t t-snippet="theme_boec.product_tab_snippet"
|
|
t-thumbnail="/theme_boec/static/src/images/snippets/product_tab.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<!--Template FOR Product Tab Snippet-->
|
|
<template id="product_tab_snippet" name="Product Tab">
|
|
<section class="product_tab_body">
|
|
<div class="container">
|
|
<div class="alert alert-info">
|
|
<h4>Your Product Tab snippet will be displayed here...
|
|
Please save to view the snippet</h4>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|