odoo/ext/clarico-addons/snippet_style_12/templates/blank_space.xml

21 lines
644 B
XML
Executable File

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="snippet_style_blank_space" inherit_id="clarico_snippets.clarico_other_snippets"
name="Clarico snippet" priority="3">
<xpath
expr="//div[@id='clarico_other_snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="snippet_style_12.snippet_style_12_template" t-thumbnail="/snippet_style_12/static/src/img/style12.jpeg"/>
</xpath>
</template>
<template id="snippet_style_12_template" name="Spacer">
<section>
<div class="bs_margin" style="display:inline-block;width:100%;margin-top:60px;">
</div>
</section>
</template>
</odoo>