Files
design-themes/theme_treehouse/views/snippets/s_image_text.xml
T
2021-05-12 08:20:52 +02:00

9 lines
354 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Image Text" id="s_image_text" inherit_id="website.s_image_text">
<xpath expr="//section[hasclass('s_image_text')]//img" position="replace">
<img class="img img-responsive" src="/web/image/theme_common.image_content_04" alt=""/>
</xpath>
</template>
</odoo>