From 3bfd4f91d5348671d666195cbc7e6f5a9db58fb2 Mon Sep 17 00:00:00 2001 From: "Antoine (anso)" Date: Wed, 21 Aug 2024 16:14:00 +0200 Subject: [PATCH] [IMP] theme_*: adapt theme with new `s_features_wall` snippet *: anelusia, artists, aviato, beauty, bewise, bistro, bookstore, enark, kea, kiddo, loftspace, monglia, notes, orchid, paptic, real_estate, treehouse, vehicle, yes This commit adapts the design of new `s_features_wall` snippet for multiple themes Part of task-4077427 task-4105231 closes odoo/design-themes#880 Related: odoo/odoo#177546 Signed-off-by: Benjamin Vray (bvr) --- theme_anelusia/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 36 ++++++++++++++++++ theme_artists/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 37 +++++++++++++++++++ theme_aviato/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 28 ++++++++++++++ theme_beauty/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 28 ++++++++++++++ theme_bewise/views/customizations.xml | 25 +++++++++++++ theme_bistro/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 36 ++++++++++++++++++ theme_bookstore/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 28 ++++++++++++++ theme_enark/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 28 ++++++++++++++ theme_kea/__manifest__.py | 1 + theme_kea/views/snippets/s_features_wall.xml | 37 +++++++++++++++++++ theme_kiddo/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 36 ++++++++++++++++++ theme_loftspace/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 28 ++++++++++++++ theme_monglia/views/customizations.xml | 25 +++++++++++++ theme_notes/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 28 ++++++++++++++ theme_orchid/__manifest__.py | 1 + theme_orchid/views/images.xml | 5 +++ .../views/snippets/s_features_wall.xml | 28 ++++++++++++++ theme_paptic/views/customizations.xml | 12 ++++++ theme_real_estate/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 28 ++++++++++++++ theme_treehouse/__manifest__.py | 1 + .../views/snippets/s_features_wall.xml | 34 +++++++++++++++++ theme_vehicle/views/customizations.xml | 25 +++++++++++++ theme_yes/__manifest__.py | 1 + theme_yes/views/snippets/s_features_wall.xml | 28 ++++++++++++++ 35 files changed, 575 insertions(+) create mode 100644 theme_anelusia/views/snippets/s_features_wall.xml create mode 100644 theme_artists/views/snippets/s_features_wall.xml create mode 100644 theme_aviato/views/snippets/s_features_wall.xml create mode 100644 theme_beauty/views/snippets/s_features_wall.xml create mode 100644 theme_bistro/views/snippets/s_features_wall.xml create mode 100644 theme_bookstore/views/snippets/s_features_wall.xml create mode 100644 theme_enark/views/snippets/s_features_wall.xml create mode 100644 theme_kea/views/snippets/s_features_wall.xml create mode 100644 theme_kiddo/views/snippets/s_features_wall.xml create mode 100644 theme_loftspace/views/snippets/s_features_wall.xml create mode 100644 theme_notes/views/snippets/s_features_wall.xml create mode 100644 theme_orchid/views/snippets/s_features_wall.xml create mode 100644 theme_real_estate/views/snippets/s_features_wall.xml create mode 100644 theme_treehouse/views/snippets/s_features_wall.xml create mode 100644 theme_yes/views/snippets/s_features_wall.xml diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index b1bf1e3ef..a6bd09d43 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -29,6 +29,7 @@ 'views/snippets/s_product_catalog.xml', 'views/snippets/s_showcase.xml', 'views/snippets/s_text_image.xml', + 'views/snippets/s_features_wall.xml', 'views/snippets/s_image_text.xml', 'views/snippets/s_numbers.xml', 'views/snippets/s_three_columns.xml', diff --git a/theme_anelusia/views/snippets/s_features_wall.xml b/theme_anelusia/views/snippets/s_features_wall.xml new file mode 100644 index 000000000..d29fd9400 --- /dev/null +++ b/theme_anelusia/views/snippets/s_features_wall.xml @@ -0,0 +1,36 @@ + + + + + + diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 87ec1fa89..a3021bb9b 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -27,6 +27,7 @@ 'views/snippets/s_picture.xml', 'views/snippets/s_image_text.xml', 'views/snippets/s_features_grid.xml', + 'views/snippets/s_features_wall.xml', 'views/snippets/s_product_catalog.xml', 'views/snippets/s_quotes_carousel.xml', 'views/snippets/s_comparisons.xml', diff --git a/theme_artists/views/snippets/s_features_wall.xml b/theme_artists/views/snippets/s_features_wall.xml new file mode 100644 index 000000000..ea924a858 --- /dev/null +++ b/theme_artists/views/snippets/s_features_wall.xml @@ -0,0 +1,37 @@ + + + + + + diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py index 1c852a88f..88eb2607d 100644 --- a/theme_aviato/__manifest__.py +++ b/theme_aviato/__manifest__.py @@ -22,6 +22,7 @@ 'views/snippets/s_popup.xml', 'views/snippets/s_title.xml', 'views/snippets/s_quotes_carousel.xml', + 'views/snippets/s_features_wall.xml', 'views/snippets/s_unveil.xml', 'views/snippets/s_accordion_image.xml', 'views/snippets/s_key_benefits.xml', diff --git a/theme_aviato/views/snippets/s_features_wall.xml b/theme_aviato/views/snippets/s_features_wall.xml new file mode 100644 index 000000000..c5557654b --- /dev/null +++ b/theme_aviato/views/snippets/s_features_wall.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py index f279e672a..4607382ad 100644 --- a/theme_beauty/__manifest__.py +++ b/theme_beauty/__manifest__.py @@ -31,6 +31,7 @@ 'views/snippets/s_product_catalog.xml', 'views/snippets/s_unveil.xml', 'views/snippets/s_numbers_showcase.xml', + 'views/snippets/s_features_wall.xml', 'views/snippets/s_accordion_image.xml', 'views/snippets/s_key_benefits.xml', 'views/snippets/s_carousel.xml', diff --git a/theme_beauty/views/snippets/s_features_wall.xml b/theme_beauty/views/snippets/s_features_wall.xml new file mode 100644 index 000000000..7bb000c1b --- /dev/null +++ b/theme_beauty/views/snippets/s_features_wall.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/theme_bewise/views/customizations.xml b/theme_bewise/views/customizations.xml index 2175c93f2..eca9aa09b 100644 --- a/theme_bewise/views/customizations.xml +++ b/theme_bewise/views/customizations.xml @@ -325,6 +325,31 @@ + + + + + + + + + + + +