From 1ae012f908d717f8aa880177acc23162922bdcf6 Mon Sep 17 00:00:00 2001 From: Brieuc-brd Date: Mon, 9 Sep 2024 10:16:32 +0200 Subject: [PATCH] [FIX] theme_clean: adapt `s_quotes_carousel` first image When redesigning the carousels, some adaptations were made for themes at [1]. This has removed an image record, which introduced a visual issue: it used an UI face image as a background. This commit adapts the record to enhance the background image. [1]: https://github.com/odoo/design-themes/commit/f66833de41f757c65ecf660f7bbc033b6dc64d6a task-4166189 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Benjamin Vray (bvr) Signed-off-by: Quentin Smetz (qsm) --- theme_clean/views/image_content.xml | 5 +++++ theme_clean/views/snippets/s_quotes_carousel.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/theme_clean/views/image_content.xml b/theme_clean/views/image_content.xml index 0c9a9e0f7..bdff00253 100644 --- a/theme_clean/views/image_content.xml +++ b/theme_clean/views/image_content.xml @@ -147,6 +147,11 @@ website.s_product_list_default_image_6 /theme_clean/static/src/img/content/image_content_37.jpg + + website.s_quotes_carousel_demo_image_0 + website.s_quotes_carousel_demo_image_0 + /theme_clean/static/src/img/backgrounds/s_quotes_carousel_demo_image_3.jpg + website.s_quotes_carousel_demo_image_1 website.s_quotes_carousel_demo_image_1 diff --git a/theme_clean/views/snippets/s_quotes_carousel.xml b/theme_clean/views/snippets/s_quotes_carousel.xml index aedc8b851..211a34b47 100644 --- a/theme_clean/views/snippets/s_quotes_carousel.xml +++ b/theme_clean/views/snippets/s_quotes_carousel.xml @@ -3,8 +3,8 @@