[IMP] theme_artists, *: adapt s_tabs_images

*: theme_bistro, theme_buzzy, theme_nano, theme_notes, theme_treehouse,
theme_zap

This commit adapts customizations for `s_tabs_images`.

task-4094407
Part of task-4077427

closes odoo/design-themes#1001

Related: odoo/odoo#185642
Related: odoo/upgrade#6691
Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
This commit is contained in:
Brieuc-brd
2024-10-29 09:58:10 +01:00
parent 88b06392a3
commit 8eaa7e913b
12 changed files with 80 additions and 3 deletions
+12
View File
@@ -513,4 +513,16 @@
<field name="url">/theme_zap/static/src/img/backgrounds/04.jpg</field>
</record>
<!-- Tabs Images -->
<record id="s_tabs_images_default_image_4" model="theme.ir.attachment">
<field name="key">website.s_tabs_images_default_image_4</field>
<field name="name">website.s_tabs_images_default_image_4</field>
<field name="url">/theme_zap/static/src/img/backgrounds/13.jpg</field>
</record>
<record id="s_tabs_images_default_image_5" model="theme.ir.attachment">
<field name="key">website.s_tabs_images_default_image_5</field>
<field name="name">website.s_tabs_images_default_image_5</field>
<field name="url">/theme_zap/static/src/img/backgrounds/06.jpg</field>
</record>
</odoo>