[IMP] theme_anelusia, *: adapt s_accordion_image

*: theme_artists, theme_avantgarde, theme_aviato,theme_beauty,
theme_bewise, theme_bistro, theme_bookstore, theme_buzzy, theme_clean,
theme_cobalt, theme_enark, theme_graphene, theme_kea, theme_kiddo,
theme_monglia, theme_nano, theme_notes, theme_odoo_experts,
theme_orchid, theme_paptic, theme_real_estate, theme_treehouse,
theme_vehicle, theme_yes, theme_zap, theme_loftspace

This commit adapts customizations for `s_accordion_image`, added in
https://github.com/odoo/odoo/pull/176768

task-4094398
Part of task-4077427

closes odoo/design-themes#870

Related: odoo/odoo#176768
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
Brieuc-brd
2024-08-14 13:39:35 +02:00
parent a63e21e41a
commit 30e8f21e66
45 changed files with 263 additions and 0 deletions
+5
View File
@@ -242,5 +242,10 @@
<field name="name">website.s_call_to_action_default_image</field>
<field name="url">/theme_notes/static/src/img/content/s_call_to_action_default_image.jpg</field>
</record>
<record id="s_accordion_image_default_image" model="theme.ir.attachment">
<field name="key">website.s_accordion_image_default_image</field>
<field name="name">website.s_accordion_image_default_image</field>
<field name="url">/theme_notes/static/src/img/content/content_img_21.jpg</field>
</record>
</odoo>