From 46f0c8aa961cb2aae738398cdf28a053b8c71bcd Mon Sep 17 00:00:00 2001 From: Brieuc-brd Date: Mon, 9 Sep 2024 12:10:02 +0200 Subject: [PATCH] [IMP] theme_*: adapt `s_quotes_carousel_minimal` 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_anelusia/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 35 +++++++++++++++++++ theme_artists/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 26 ++++++++++++++ theme_aviato/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 25 +++++++++++++ theme_beauty/__manifest__.py | 1 + theme_beauty/views/images.xml | 15 ++++++++ .../snippets/s_quotes_carousel_minimal.xml | 31 ++++++++++++++++ theme_bewise/views/customizations.xml | 16 +++++++++ theme_bistro/__manifest__.py | 1 + theme_bistro/views/images_library.xml | 15 ++++++++ .../snippets/s_quotes_carousel_minimal.xml | 28 +++++++++++++++ theme_bookstore/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 19 ++++++++++ theme_buzzy/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 14 ++++++++ theme_enark/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 22 ++++++++++++ theme_kea/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 28 +++++++++++++++ theme_kiddo/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 29 +++++++++++++++ theme_loftspace/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 22 ++++++++++++ theme_monglia/views/customizations.xml | 25 +++++++++++++ theme_nano/views/images_library.xml | 17 +++++++++ theme_notes/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 28 +++++++++++++++ theme_odoo_experts/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 10 ++++++ theme_orchid/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 29 +++++++++++++++ theme_real_estate/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 25 +++++++++++++ theme_treehouse/__manifest__.py | 1 + theme_treehouse/views/images_library.xml | 15 ++++++++ .../snippets/s_quotes_carousel_minimal.xml | 28 +++++++++++++++ theme_vehicle/views/customizations.xml | 22 ++++++++++++ theme_yes/__manifest__.py | 1 + .../snippets/s_quotes_carousel_minimal.xml | 16 +++++++++ theme_zap/views/images_library.xml | 17 +++++++++ 42 files changed, 574 insertions(+) create mode 100644 theme_anelusia/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_artists/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_aviato/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_beauty/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_bistro/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_bookstore/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_buzzy/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_enark/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_kea/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_kiddo/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_loftspace/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_notes/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_odoo_experts/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_orchid/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_real_estate/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_treehouse/views/snippets/s_quotes_carousel_minimal.xml create mode 100644 theme_yes/views/snippets/s_quotes_carousel_minimal.xml diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index 01aa2c823..b242e031d 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -45,6 +45,7 @@ 'views/snippets/s_quadrant.xml', 'views/snippets/s_three_columns.xml', 'views/snippets/s_quotes_carousel.xml', + 'views/snippets/s_quotes_carousel_minimal.xml', 'views/snippets/s_unveil.xml', 'views/snippets/s_image_hexagonal.xml', 'views/snippets/s_numbers_showcase.xml', diff --git a/theme_anelusia/views/snippets/s_quotes_carousel_minimal.xml b/theme_anelusia/views/snippets/s_quotes_carousel_minimal.xml new file mode 100644 index 000000000..1230856d6 --- /dev/null +++ b/theme_anelusia/views/snippets/s_quotes_carousel_minimal.xml @@ -0,0 +1,35 @@ + + + + + + diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 1c851c0b9..c5d4dd8d6 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -41,6 +41,7 @@ 'views/snippets/s_features_wall.xml', 'views/snippets/s_product_catalog.xml', 'views/snippets/s_quotes_carousel.xml', + 'views/snippets/s_quotes_carousel_minimal.xml', 'views/snippets/s_comparisons.xml', 'views/snippets/s_freegrid.xml', 'views/snippets/s_company_team.xml', diff --git a/theme_artists/views/snippets/s_quotes_carousel_minimal.xml b/theme_artists/views/snippets/s_quotes_carousel_minimal.xml new file mode 100644 index 000000000..5cfda5c8c --- /dev/null +++ b/theme_artists/views/snippets/s_quotes_carousel_minimal.xml @@ -0,0 +1,26 @@ + + + + + + diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py index ae646a612..4e650c4d8 100644 --- a/theme_aviato/__manifest__.py +++ b/theme_aviato/__manifest__.py @@ -31,6 +31,7 @@ 'views/snippets/s_popup.xml', 'views/snippets/s_title.xml', 'views/snippets/s_quotes_carousel.xml', + 'views/snippets/s_quotes_carousel_minimal.xml', 'views/snippets/s_features_wall.xml', 'views/snippets/s_striped_center_top.xml', 'views/snippets/s_quadrant.xml', diff --git a/theme_aviato/views/snippets/s_quotes_carousel_minimal.xml b/theme_aviato/views/snippets/s_quotes_carousel_minimal.xml new file mode 100644 index 000000000..63066ea6f --- /dev/null +++ b/theme_aviato/views/snippets/s_quotes_carousel_minimal.xml @@ -0,0 +1,25 @@ + + + + + + diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py index af8a2ae89..e069f709e 100644 --- a/theme_beauty/__manifest__.py +++ b/theme_beauty/__manifest__.py @@ -24,6 +24,7 @@ 'views/snippets/s_sidegrid.xml', 'views/snippets/s_framed_intro.xml', 'views/snippets/s_product_list.xml', + 'views/snippets/s_quotes_carousel_minimal.xml', 'views/snippets/s_banner.xml', 'views/snippets/s_image_text.xml', 'views/snippets/s_image_punchy.xml', diff --git a/theme_beauty/views/images.xml b/theme_beauty/views/images.xml index 3c80ff45f..1833910f6 100644 --- a/theme_beauty/views/images.xml +++ b/theme_beauty/views/images.xml @@ -265,6 +265,21 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> website.s_quotes_carousel_demo_image_2 /theme_beauty/static/src/img/snippets/s_quotes_carousel_2.jpg + + website.s_quotes_carousel_demo_image_3 + website.s_quotes_carousel_demo_image_3 + /theme_beauty/static/src/img/snippets/s_company_team_3.jpg + + + website.s_quotes_carousel_demo_image_4 + website.s_quotes_carousel_demo_image_4 + /theme_beauty/static/src/img/snippets/s_company_team_1.jpg + + + website.s_quotes_carousel_demo_image_5 + website.s_quotes_carousel_demo_image_5 + /theme_beauty/static/src/img/snippets/s_company_team_4.jpg + website.library_image_17 website.library_image_17 diff --git a/theme_beauty/views/snippets/s_quotes_carousel_minimal.xml b/theme_beauty/views/snippets/s_quotes_carousel_minimal.xml new file mode 100644 index 000000000..6ce064ba0 --- /dev/null +++ b/theme_beauty/views/snippets/s_quotes_carousel_minimal.xml @@ -0,0 +1,31 @@ + + + + + + diff --git a/theme_bewise/views/customizations.xml b/theme_bewise/views/customizations.xml index 0f43936e8..c2caf4472 100644 --- a/theme_bewise/views/customizations.xml +++ b/theme_bewise/views/customizations.xml @@ -210,6 +210,22 @@ + + + + + + + + + diff --git a/theme_yes/__manifest__.py b/theme_yes/__manifest__.py index 126552feb..f86ba1ac4 100644 --- a/theme_yes/__manifest__.py +++ b/theme_yes/__manifest__.py @@ -38,6 +38,7 @@ 'views/snippets/s_freegrid.xml', 'views/snippets/s_features_wall.xml', 'views/snippets/s_quotes_carousel.xml', + 'views/snippets/s_quotes_carousel_minimal.xml', 'views/snippets/s_text_image.xml', 'views/snippets/s_three_columns.xml', 'views/snippets/s_title.xml', diff --git a/theme_yes/views/snippets/s_quotes_carousel_minimal.xml b/theme_yes/views/snippets/s_quotes_carousel_minimal.xml new file mode 100644 index 000000000..aea0a78d8 --- /dev/null +++ b/theme_yes/views/snippets/s_quotes_carousel_minimal.xml @@ -0,0 +1,16 @@ + + + + + + diff --git a/theme_zap/views/images_library.xml b/theme_zap/views/images_library.xml index 8d5cfb1ef..70f3cf669 100644 --- a/theme_zap/views/images_library.xml +++ b/theme_zap/views/images_library.xml @@ -213,6 +213,23 @@ /theme_zap/static/src/img/backgrounds/07.jpg + + + website.s_quotes_carousel_demo_image_3 + website.s_quotes_carousel_demo_image_3 + /theme_zap/static/src/img/content/company_team_03.jpg + + + website.s_quotes_carousel_demo_image_4 + website.s_quotes_carousel_demo_image_4 + /theme_zap/static/src/img/content/company_team_02.jpg + + + website.s_quotes_carousel_demo_image_5 + website.s_quotes_carousel_demo_image_5 + /theme_zap/static/src/img/content/company_team_06.jpg + + website.s_three_columns_default_image_1