mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
2f2aec94ef
*: 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>
23 lines
755 B
XML
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>
|