odoo/ext/clarico-addons/snippet_style_3/templates/style_3.xml

17 lines
1.0 KiB
XML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="clarico_content" inherit_id="clarico_snippets.clarico_other_snippets" name="Clarico Snippet" priority="2">
<xpath expr="//div[@id='clarico_other_snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
<t t-snippet="snippet_style_3.snippet_style_3_template" t-thumbnail="/snippet_style_3/static/src/img/style_3.jpg" />
</xpath>
</template>
<template id="snippet_style_3_template" name="Content">
<section class="s_clarico_content">
<div class="container">
<div class="row">
<p class="cc_content_class">Shopping for chairs online can be stressful at best, without the touch and feel element of walking into a traditional furniture retailer.Through direct dealings with the designers and creators themselves, we are able to secure high-quality products with a price tag that doesnt break the budget.Our collection of chairs online displays the quality workmanship and passion of our craftsmen </p>
</div>
</div>
</section>
</template>
</odoo>