From 42a2d6e3a6d3456b272645ec416f031c30c17f99 Mon Sep 17 00:00:00 2001 From: Brieuc-brd Date: Tue, 3 Sep 2024 13:39:43 +0200 Subject: [PATCH] [IMP] theme_*: adapt `s_carousel_intro` task-4077628 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Serge Bayet (seba) Signed-off-by: Quentin Smetz (qsm) --- theme_anelusia/__manifest__.py | 1 + theme_anelusia/views/images_library.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 40 +++++++++++++++++++ theme_artists/__manifest__.py | 1 + theme_artists/views/images.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 40 +++++++++++++++++++ theme_avantgarde/views/customizations.xml | 22 ++++++++++ theme_avantgarde/views/images_library.xml | 15 +++++++ theme_aviato/__manifest__.py | 1 + theme_aviato/views/images_library.xml | 17 ++++++++ .../views/snippets/s_carousel_intro.xml | 25 ++++++++++++ theme_beauty/__manifest__.py | 1 + theme_beauty/views/images.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 37 +++++++++++++++++ theme_bewise/views/customizations.xml | 22 ++++++++++ theme_bewise/views/image_content.xml | 15 +++++++ theme_bistro/__manifest__.py | 1 + theme_bistro/views/images_library.xml | 17 ++++++++ .../views/snippets/s_carousel_intro.xml | 37 +++++++++++++++++ theme_bookstore/__manifest__.py | 1 + theme_bookstore/views/images.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 25 ++++++++++++ theme_buzzy/__manifest__.py | 1 + theme_buzzy/views/images_library.xml | 16 ++++++++ .../views/snippets/s_carousel_intro.xml | 22 ++++++++++ theme_clean/views/image_content.xml | 15 +++++++ theme_cobalt/views/customizations.xml | 22 ++++++++++ theme_cobalt/views/images.xml | 17 ++++++++ theme_enark/__manifest__.py | 1 + theme_enark/views/image_library.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 25 ++++++++++++ theme_graphene/views/customizations.xml | 7 ++++ theme_graphene/views/images_library.xml | 17 ++++++++ theme_kea/__manifest__.py | 1 + theme_kea/views/images_content.xml | 16 ++++++++ theme_kea/views/snippets/s_carousel_intro.xml | 25 ++++++++++++ theme_kiddo/__manifest__.py | 1 + theme_kiddo/views/images_library.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 36 +++++++++++++++++ theme_loftspace/__manifest__.py | 1 + theme_loftspace/views/images_content.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 40 +++++++++++++++++++ theme_monglia/views/customizations.xml | 31 ++++++++++++++ theme_monglia/views/images_content.xml | 15 +++++++ theme_nano/__manifest__.py | 1 + theme_nano/views/images_library.xml | 17 ++++++++ .../views/snippets/s_carousel_intro.xml | 10 +++++ theme_notes/__manifest__.py | 1 + theme_notes/views/images_library.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 40 +++++++++++++++++++ theme_odoo_experts/__manifest__.py | 1 + theme_odoo_experts/views/images.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 10 +++++ theme_orchid/__manifest__.py | 1 + theme_orchid/views/images.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 25 ++++++++++++ theme_paptic/views/customizations.xml | 22 ++++++++++ theme_paptic/views/images.xml | 17 ++++++++ theme_real_estate/__manifest__.py | 1 + theme_real_estate/views/images.xml | 15 +++++++ .../views/snippets/s_carousel_intro.xml | 37 +++++++++++++++++ theme_treehouse/__manifest__.py | 1 + theme_treehouse/views/images_library.xml | 17 ++++++++ .../views/snippets/s_carousel_intro.xml | 37 +++++++++++++++++ theme_vehicle/views/customizations.xml | 22 ++++++++++ theme_vehicle/views/images.xml | 15 +++++++ theme_yes/__manifest__.py | 1 + theme_yes/views/images.xml | 16 ++++++++ theme_yes/views/snippets/s_carousel_intro.xml | 25 ++++++++++++ theme_zap/__manifest__.py | 1 + theme_zap/views/images_library.xml | 17 ++++++++ theme_zap/views/snippets/s_carousel_intro.xml | 22 ++++++++++ 72 files changed, 1149 insertions(+) create mode 100644 theme_anelusia/views/snippets/s_carousel_intro.xml create mode 100644 theme_artists/views/snippets/s_carousel_intro.xml create mode 100644 theme_aviato/views/snippets/s_carousel_intro.xml create mode 100644 theme_beauty/views/snippets/s_carousel_intro.xml create mode 100644 theme_bistro/views/snippets/s_carousel_intro.xml create mode 100644 theme_bookstore/views/snippets/s_carousel_intro.xml create mode 100644 theme_buzzy/views/snippets/s_carousel_intro.xml create mode 100644 theme_enark/views/snippets/s_carousel_intro.xml create mode 100644 theme_kea/views/snippets/s_carousel_intro.xml create mode 100644 theme_kiddo/views/snippets/s_carousel_intro.xml create mode 100644 theme_loftspace/views/snippets/s_carousel_intro.xml create mode 100644 theme_nano/views/snippets/s_carousel_intro.xml create mode 100644 theme_notes/views/snippets/s_carousel_intro.xml create mode 100644 theme_odoo_experts/views/snippets/s_carousel_intro.xml create mode 100644 theme_orchid/views/snippets/s_carousel_intro.xml create mode 100644 theme_real_estate/views/snippets/s_carousel_intro.xml create mode 100644 theme_treehouse/views/snippets/s_carousel_intro.xml create mode 100644 theme_yes/views/snippets/s_carousel_intro.xml create mode 100644 theme_zap/views/snippets/s_carousel_intro.xml diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index 43c5d633b..01aa2c823 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -20,6 +20,7 @@ 'views/snippets/s_card_offset.xml', 'views/snippets/s_image_gallery.xml', 'views/snippets/s_carousel.xml', + 'views/snippets/s_carousel_intro.xml', 'views/snippets/s_media_list.xml', 'views/snippets/s_image_title.xml', 'views/snippets/s_text_cover.xml', diff --git a/theme_anelusia/views/images_library.xml b/theme_anelusia/views/images_library.xml index 0a270a304..1cffef0b4 100644 --- a/theme_anelusia/views/images_library.xml +++ b/theme_anelusia/views/images_library.xml @@ -117,6 +117,21 @@ website.s_carousel_default_image_3 /theme_anelusia/static/src/img/snippets/s_carousel_3.jpg + + website.s_carousel_intro_default_image_1 + website.s_carousel_intro_default_image_1 + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_0.jpg + + + website.s_carousel_intro_default_image_2 + website.s_carousel_intro_default_image_2 + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_1.jpg + + + website.s_carousel_intro_default_image_3 + website.s_carousel_intro_default_image_3 + /theme_anelusia/static/src/img/snippets/s_quotes_carousel_2.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_anelusia/views/snippets/s_carousel_intro.xml b/theme_anelusia/views/snippets/s_carousel_intro.xml new file mode 100644 index 000000000..e17892b60 --- /dev/null +++ b/theme_anelusia/views/snippets/s_carousel_intro.xml @@ -0,0 +1,40 @@ + + + + + + diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 50a32c242..1c851c0b9 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -21,6 +21,7 @@ 'views/snippets/s_call_to_action.xml', 'views/snippets/s_cards_grid.xml', 'views/snippets/s_carousel.xml', + 'views/snippets/s_carousel_intro.xml', 'views/snippets/s_title.xml', 'views/snippets/s_image_gallery.xml', 'views/snippets/s_image_punchy.xml', diff --git a/theme_artists/views/images.xml b/theme_artists/views/images.xml index 1fe28d58e..c68713b5e 100644 --- a/theme_artists/views/images.xml +++ b/theme_artists/views/images.xml @@ -120,6 +120,21 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m website.s_carousel_default_image_3 /theme_artists/static/src/img/snippets/s_carousel_3.jpg + + website.s_carousel_intro_default_image_1 + website.s_carousel_intro_default_image_1 + /theme_artists/static/src/img/snippets/s_picture.jpg + + + website.s_carousel_intro_default_image_2 + website.s_carousel_intro_default_image_2 + /theme_artists/static/src/img/snippets/s_cover.jpg + + + website.s_carousel_intro_default_image_3 + website.s_carousel_intro_default_image_3 + /theme_artists/static/src/img/snippets/library_image_05.jpg + website.s_media_list_default_image_1 website.s_media_list_default_image_1 diff --git a/theme_artists/views/snippets/s_carousel_intro.xml b/theme_artists/views/snippets/s_carousel_intro.xml new file mode 100644 index 000000000..96e72e3b9 --- /dev/null +++ b/theme_artists/views/snippets/s_carousel_intro.xml @@ -0,0 +1,40 @@ + + + + + + diff --git a/theme_avantgarde/views/customizations.xml b/theme_avantgarde/views/customizations.xml index e5bfb6d45..cae83696b 100644 --- a/theme_avantgarde/views/customizations.xml +++ b/theme_avantgarde/views/customizations.xml @@ -266,6 +266,28 @@ + + + + + + + + + + + + + + + + + + + + +