Files
design-themes/theme_yes/demo/blocks.xml
T
2021-05-12 08:31:54 +02:00

15 lines
606 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="yes_demo_blocks" inherit_id="website.demo_blocks" name="Yes Building Blocks">
<xpath expr="//div[@data-oe-call='theme_common.s_testimonial_slider']" position="after">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="text-muted text-center">2 Color blocks</h4>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_color_blocks_2"/>
</xpath>
</template>
</odoo>