From 9e3ed4d12735eeca62eda109c2cdbb8df57ec243 Mon Sep 17 00:00:00 2001 From: "Antoine (anso)" Date: Fri, 9 Aug 2024 12:24:45 +0200 Subject: [PATCH] [IMP] theme_*: adapt themes with new `s_image_punchy` snippet *: (artists, aviato, beauty, bistro, bewise, bookstore, cobalt, kiddo, orchid, paptic, vehicle, yes) This commit adapts the design of new `s_image_punchy` snippet for multiple themes. Part of task-4077427 task-4105331 closes odoo/design-themes#861 Related: odoo/odoo#176290 Signed-off-by: Serge Bayet (seba) --- theme_artists/__manifest__.py | 1 + theme_artists/views/snippets/s_image_punchy.xml | 15 +++++++++++++++ theme_aviato/__manifest__.py | 1 + theme_aviato/views/snippets/s_image_punchy.xml | 15 +++++++++++++++ theme_beauty/__manifest__.py | 1 + theme_beauty/views/snippets/s_image_punchy.xml | 11 +++++++++++ theme_bewise/views/customizations.xml | 11 +++++++++++ theme_bistro/__manifest__.py | 1 + theme_bistro/views/snippets/s_image_punchy.xml | 15 +++++++++++++++ theme_bookstore/__manifest__.py | 1 + theme_bookstore/views/snippets/s_image_punchy.xml | 11 +++++++++++ theme_cobalt/views/customizations.xml | 7 +++++++ theme_kiddo/__manifest__.py | 1 + theme_kiddo/views/snippets/s_image_punchy.xml | 15 +++++++++++++++ theme_orchid/__manifest__.py | 1 + theme_orchid/views/snippets/s_image_punchy.xml | 15 +++++++++++++++ theme_paptic/views/customizations.xml | 12 ++++++++++++ theme_vehicle/views/customizations.xml | 12 ++++++++++++ theme_yes/__manifest__.py | 1 + theme_yes/views/snippets/s_image_punchy.xml | 15 +++++++++++++++ 20 files changed, 162 insertions(+) create mode 100644 theme_artists/views/snippets/s_image_punchy.xml create mode 100644 theme_aviato/views/snippets/s_image_punchy.xml create mode 100644 theme_beauty/views/snippets/s_image_punchy.xml create mode 100644 theme_bistro/views/snippets/s_image_punchy.xml create mode 100644 theme_bookstore/views/snippets/s_image_punchy.xml create mode 100644 theme_kiddo/views/snippets/s_image_punchy.xml create mode 100644 theme_orchid/views/snippets/s_image_punchy.xml create mode 100644 theme_yes/views/snippets/s_image_punchy.xml diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 2c1ed2441..3e86351e6 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -19,6 +19,7 @@ 'views/snippets/s_carousel.xml', 'views/snippets/s_title.xml', 'views/snippets/s_image_gallery.xml', + 'views/snippets/s_image_punchy.xml', 'views/snippets/s_banner.xml', 'views/snippets/s_cover.xml', 'views/snippets/s_features.xml', diff --git a/theme_artists/views/snippets/s_image_punchy.xml b/theme_artists/views/snippets/s_image_punchy.xml new file mode 100644 index 000000000..edc0e21d6 --- /dev/null +++ b/theme_artists/views/snippets/s_image_punchy.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py index 476caef39..3c9f5ad79 100644 --- a/theme_aviato/__manifest__.py +++ b/theme_aviato/__manifest__.py @@ -17,6 +17,7 @@ 'views/snippets/s_image_text.xml', 'views/snippets/s_freegrid.xml', 'views/snippets/s_text_image.xml', + 'views/snippets/s_image_punchy.xml', 'views/snippets/s_three_columns.xml', 'views/snippets/s_picture.xml', 'views/snippets/s_popup.xml', diff --git a/theme_aviato/views/snippets/s_image_punchy.xml b/theme_aviato/views/snippets/s_image_punchy.xml new file mode 100644 index 000000000..edc0e21d6 --- /dev/null +++ b/theme_aviato/views/snippets/s_image_punchy.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py index 89dedd85d..8416bcc54 100644 --- a/theme_beauty/__manifest__.py +++ b/theme_beauty/__manifest__.py @@ -21,6 +21,7 @@ 'views/snippets/s_product_list.xml', 'views/snippets/s_banner.xml', 'views/snippets/s_image_text.xml', + 'views/snippets/s_image_punchy.xml', 'views/snippets/s_numbers.xml', 'views/snippets/s_picture.xml', 'views/snippets/s_pricelist_boxed.xml', diff --git a/theme_beauty/views/snippets/s_image_punchy.xml b/theme_beauty/views/snippets/s_image_punchy.xml new file mode 100644 index 000000000..ba63af281 --- /dev/null +++ b/theme_beauty/views/snippets/s_image_punchy.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_bewise/views/customizations.xml b/theme_bewise/views/customizations.xml index 032c4a447..f372d6068 100644 --- a/theme_bewise/views/customizations.xml +++ b/theme_bewise/views/customizations.xml @@ -349,6 +349,17 @@ Immerse yourself in a diverse campus community with opportunities for international exchange, cultural enrichment, and personal growth. + + + + diff --git a/theme_kiddo/__manifest__.py b/theme_kiddo/__manifest__.py index ab8f747f1..8b299522a 100644 --- a/theme_kiddo/__manifest__.py +++ b/theme_kiddo/__manifest__.py @@ -24,6 +24,7 @@ 'views/snippets/s_features_wall.xml', 'views/snippets/s_quotes_carousel.xml', 'views/snippets/s_text_image.xml', + 'views/snippets/s_image_punchy.xml', 'views/snippets/s_product_catalog.xml', 'views/snippets/s_unveil.xml', 'views/snippets/s_numbers_showcase.xml', diff --git a/theme_kiddo/views/snippets/s_image_punchy.xml b/theme_kiddo/views/snippets/s_image_punchy.xml new file mode 100644 index 000000000..edc0e21d6 --- /dev/null +++ b/theme_kiddo/views/snippets/s_image_punchy.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py index ee9a8e698..73b191df0 100644 --- a/theme_orchid/__manifest__.py +++ b/theme_orchid/__manifest__.py @@ -15,6 +15,7 @@ 'views/snippets/s_cover.xml', 'views/snippets/s_text_image.xml', 'views/snippets/s_image_text.xml', + 'views/snippets/s_image_punchy.xml', 'views/snippets/s_three_columns.xml', 'views/snippets/s_quotes_carousel.xml', 'views/snippets/s_features_wall.xml', diff --git a/theme_orchid/views/snippets/s_image_punchy.xml b/theme_orchid/views/snippets/s_image_punchy.xml new file mode 100644 index 000000000..cb0deb888 --- /dev/null +++ b/theme_orchid/views/snippets/s_image_punchy.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/theme_paptic/views/customizations.xml b/theme_paptic/views/customizations.xml index a3f3dc655..e798f42a0 100644 --- a/theme_paptic/views/customizations.xml +++ b/theme_paptic/views/customizations.xml @@ -277,6 +277,18 @@ + + + + + +