[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>
This commit is contained in:
Brieuc-brd
2024-09-27 15:48:50 +00:00
parent c903e24716
commit 2f2aec94ef
16 changed files with 251 additions and 13 deletions
+10
View File
@@ -404,5 +404,15 @@
<field name="name">website.s_showcase_default_image</field>
<field name="url">/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_2.jpg</field>
</record>
<record id="s_sidegrid_default_image_3" model="theme.ir.attachment">
<field name="key">website.s_sidegrid_default_image_3</field>
<field name="name">website.s_sidegrid_default_image_3</field>
<field name="url">/theme_kiddo/static/src/img/content/content_img_36.jpg</field>
</record>
<record id="s_sidegrid_default_image_2" model="theme.ir.attachment">
<field name="key">website.s_sidegrid_default_image_2</field>
<field name="name">website.s_sidegrid_default_image_2</field>
<field name="url">/theme_kiddo/static/src/img/snippets/s_three_columns_default_image_2.jpg</field>
</record>
</odoo>