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

9 lines
355 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[hasclass('s_text_image')]//img" position="replace">
<img class="img img-responsive" src="/web/image/theme_common.image_content_04" alt=""/>
</xpath>
</template>
</odoo>