From 9ec27a533064a1a265ecdf7132e8e45cf95cbc32 Mon Sep 17 00:00:00 2001 From: "Antoine (anso)" Date: Fri, 2 Aug 2024 13:33:28 +0200 Subject: [PATCH] [IMP] theme_*: adapt themes with new `s_striped_top` snippet *: (anelusia, artists, aviato, beauty, bewise, bistro, bookstore, buzzy, clean, enark, graphene, kea, kiddo, loftspace, monglia, notes, odoo_experts, orchid, real_estate, vehicle, yes, zap) This commit adapts the design of new `s_striped_top` snippet for multiple themes. task-4077621 closes odoo/design-themes#850 Related: odoo/odoo#175525 Signed-off-by: Serge Bayet (seba) --- theme_anelusia/__manifest__.py | 1 + .../views/snippets/s_striped_top.xml | 22 ++++++++++++++++ theme_artists/__manifest__.py | 1 + .../views/snippets/s_striped_top.xml | 22 ++++++++++++++++ theme_avantgarde/views/customizations.xml | 12 +++++++++ theme_aviato/__manifest__.py | 1 + theme_aviato/views/snippets/s_striped_top.xml | 26 +++++++++++++++++++ theme_beauty/__manifest__.py | 1 + theme_beauty/views/snippets/s_striped_top.xml | 22 ++++++++++++++++ theme_bewise/views/customizations.xml | 23 ++++++++++++++++ theme_bistro/__manifest__.py | 1 + theme_bistro/views/snippets/s_striped_top.xml | 19 ++++++++++++++ theme_bookstore/__manifest__.py | 1 + .../views/snippets/s_striped_top.xml | 22 ++++++++++++++++ theme_buzzy/__manifest__.py | 1 + theme_buzzy/views/snippets/s_striped_top.xml | 15 +++++++++++ theme_clean/__manifest__.py | 1 + theme_clean/views/snippets/s_striped_top.xml | 15 +++++++++++ theme_enark/__manifest__.py | 1 + theme_enark/views/snippets/s_striped_top.xml | 18 +++++++++++++ theme_graphene/views/customizations.xml | 8 ++++++ theme_kea/__manifest__.py | 1 + theme_kea/views/snippets/s_striped_top.xml | 11 ++++++++ theme_kiddo/__manifest__.py | 1 + theme_kiddo/views/snippets/s_striped_top.xml | 18 +++++++++++++ theme_loftspace/__manifest__.py | 1 + .../views/snippets/s_striped_top.xml | 11 ++++++++ theme_monglia/views/customizations.xml | 8 ++++++ theme_notes/__manifest__.py | 1 + theme_notes/views/snippets/s_striped_top.xml | 22 ++++++++++++++++ theme_odoo_experts/__manifest__.py | 1 + .../views/snippets/s_striped_top.xml | 15 +++++++++++ theme_orchid/__manifest__.py | 1 + theme_orchid/views/snippets/s_striped_top.xml | 19 ++++++++++++++ theme_real_estate/__manifest__.py | 1 + .../views/snippets/s_striped_top.xml | 11 ++++++++ theme_vehicle/views/customizations.xml | 7 +++++ theme_yes/__manifest__.py | 1 + theme_yes/views/snippets/s_striped_top.xml | 19 ++++++++++++++ theme_zap/__manifest__.py | 1 + theme_zap/views/snippets/s_striped_top.xml | 15 +++++++++++ 41 files changed, 398 insertions(+) create mode 100644 theme_anelusia/views/snippets/s_striped_top.xml create mode 100644 theme_artists/views/snippets/s_striped_top.xml create mode 100644 theme_aviato/views/snippets/s_striped_top.xml create mode 100644 theme_beauty/views/snippets/s_striped_top.xml create mode 100644 theme_bistro/views/snippets/s_striped_top.xml create mode 100644 theme_bookstore/views/snippets/s_striped_top.xml create mode 100644 theme_buzzy/views/snippets/s_striped_top.xml create mode 100644 theme_clean/views/snippets/s_striped_top.xml create mode 100644 theme_enark/views/snippets/s_striped_top.xml create mode 100644 theme_kea/views/snippets/s_striped_top.xml create mode 100644 theme_kiddo/views/snippets/s_striped_top.xml create mode 100644 theme_loftspace/views/snippets/s_striped_top.xml create mode 100644 theme_notes/views/snippets/s_striped_top.xml create mode 100644 theme_odoo_experts/views/snippets/s_striped_top.xml create mode 100644 theme_orchid/views/snippets/s_striped_top.xml create mode 100644 theme_real_estate/views/snippets/s_striped_top.xml create mode 100644 theme_yes/views/snippets/s_striped_top.xml create mode 100644 theme_zap/views/snippets/s_striped_top.xml diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index 226f9ee1b..f9ee75de8 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -15,6 +15,7 @@ 'views/snippets/s_cta_box.xml', 'views/snippets/s_company_team.xml', 'views/snippets/s_cover.xml', + 'views/snippets/s_striped_top.xml', 'views/snippets/s_image_gallery.xml', 'views/snippets/s_carousel.xml', 'views/snippets/s_media_list.xml', diff --git a/theme_anelusia/views/snippets/s_striped_top.xml b/theme_anelusia/views/snippets/s_striped_top.xml new file mode 100644 index 000000000..1ef0a5775 --- /dev/null +++ b/theme_anelusia/views/snippets/s_striped_top.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 5f210c9d8..f5aff8992 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -11,6 +11,7 @@ 'data/ir_asset.xml', 'views/images.xml', + 'views/snippets/s_striped_top.xml', 'views/snippets/s_cta_box.xml', 'views/snippets/s_parallax.xml', 'views/snippets/s_text_image.xml', diff --git a/theme_artists/views/snippets/s_striped_top.xml b/theme_artists/views/snippets/s_striped_top.xml new file mode 100644 index 000000000..a34db5e7d --- /dev/null +++ b/theme_artists/views/snippets/s_striped_top.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/theme_avantgarde/views/customizations.xml b/theme_avantgarde/views/customizations.xml index 62e82e0f4..b9d1494c8 100644 --- a/theme_avantgarde/views/customizations.xml +++ b/theme_avantgarde/views/customizations.xml @@ -33,6 +33,18 @@ + + + + + + + + + + + + + +