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.
19 lines
764 B
19 lines
764 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--snippet creation-->
|
|
<odoo>
|
|
<template id="product_brand_snippet" name="Product Brand">
|
|
<section class="container dynamic_snippet_brand">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<h1>Product Brands</h1>
|
|
<span id="brands"/>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<template id="external_snippets" inherit_id="website.snippets" priority="8">
|
|
<xpath expr="//div[@id='snippet_effect']//t[@t-snippet][last()]" position="after">
|
|
<t t-snippet="featured_brand_snippet.product_brand_snippet" t-thumbnail="/featured_brand_snippet/static/src/img/snippets/brands.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|