mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user