Files
design-themes/theme_treehouse/views/snippets/s_text_image.xml
T
2021-05-12 08:31:54 +02:00

9 lines
363 B
XML

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