Files
design-themes/theme_kiddo/views/snippets/s_sidegrid.xml
T
Brieuc-brd 2f2aec94ef [FIX] theme_anelusia, *: adapt mismatched theme images
*: theme_bistro, theme_buzzy, theme_clean, theme_kea, theme_kiddo,
theme_notes, theme_real_estate, theme_vehicle, theme_avantgarde

Prior to this change, some themes were still using default images for
certain snippets.
These images didn't correspond to the subject of the chosen theme.

This commit replaces these images with more relevant ones.

task-4215915

closes odoo/design-themes#975

X-original-commit: 40ac649c88
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2024-10-01 09:39:55 +00:00

23 lines
755 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
<!-- Images -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.library_image_13</attribute>
</xpath>
<xpath expr="(//img)[3]" position="attributes">
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
A little place of paradise
</xpath>
<!-- Lead -->
<xpath expr="//p" position="replace" mode="inner">
The countryside nursery since 2002.<br/>A truly unique service in a highly secure and tranquil setting.
</xpath>
</template>
</odoo>