From 194053b935cb4c4191e57155602b59df3c7e9673 Mon Sep 17 00:00:00 2001 From: Brieuc-brd Date: Wed, 7 May 2025 16:04:26 +0200 Subject: [PATCH] [IMP] theme_artists, *: adapt `s_attributes_vertical` *: theme_loftspace, theme_nano, theme_orchid This commit adapts customizations for `s_attributes_vertical`. task-4778437 Part of task-4252024 closes odoo/design-themes#1063 Related: odoo/odoo#208865 Signed-off-by: Quentin Smetz (qsm) --- theme_artists/__manifest__.py | 1 + .../views/snippets/s_attributes_vertical.xml | 21 +++++++++++++++++++ theme_loftspace/__manifest__.py | 1 + .../views/snippets/s_attributes_vertical.xml | 11 ++++++++++ theme_nano/__manifest__.py | 1 + .../views/snippets/s_attributes_vertical.xml | 21 +++++++++++++++++++ theme_orchid/__manifest__.py | 1 + .../views/snippets/s_attributes_vertical.xml | 21 +++++++++++++++++++ 8 files changed, 78 insertions(+) create mode 100644 theme_artists/views/snippets/s_attributes_vertical.xml create mode 100644 theme_loftspace/views/snippets/s_attributes_vertical.xml create mode 100644 theme_nano/views/snippets/s_attributes_vertical.xml create mode 100644 theme_orchid/views/snippets/s_attributes_vertical.xml diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index dbcd53471..dddb32ea5 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -78,6 +78,7 @@ 'views/snippets/s_kickoff.xml', 'views/snippets/s_discovery.xml', 'views/snippets/s_attributes_horizontal.xml', + 'views/snippets/s_attributes_vertical.xml', 'views/snippets/s_pricelist_boxed.xml', 'views/snippets/s_striped_center_top.xml', 'views/snippets/s_key_images.xml', diff --git a/theme_artists/views/snippets/s_attributes_vertical.xml b/theme_artists/views/snippets/s_attributes_vertical.xml new file mode 100644 index 000000000..8ca70a51c --- /dev/null +++ b/theme_artists/views/snippets/s_attributes_vertical.xml @@ -0,0 +1,21 @@ + + + + + + diff --git a/theme_loftspace/__manifest__.py b/theme_loftspace/__manifest__.py index 774a5afe7..fb2c68f31 100644 --- a/theme_loftspace/__manifest__.py +++ b/theme_loftspace/__manifest__.py @@ -13,6 +13,7 @@ 'views/snippets/s_cta_box.xml', 'views/snippets/s_attributes_horizontal.xml', + 'views/snippets/s_attributes_vertical.xml', 'views/snippets/s_cover.xml', 'views/snippets/s_striped_top.xml', 'views/snippets/s_card_offset.xml', diff --git a/theme_loftspace/views/snippets/s_attributes_vertical.xml b/theme_loftspace/views/snippets/s_attributes_vertical.xml new file mode 100644 index 000000000..b080e502a --- /dev/null +++ b/theme_loftspace/views/snippets/s_attributes_vertical.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index a6e35cb94..9f25879b6 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -49,6 +49,7 @@ 'views/snippets/s_empowerment.xml', 'views/snippets/s_discovery.xml', 'views/snippets/s_attributes_horizontal.xml', + 'views/snippets/s_attributes_vertical.xml', 'views/snippets/s_numbers.xml', 'views/snippets/s_image_text_overlap.xml', 'views/snippets/s_company_team_basic.xml', diff --git a/theme_nano/views/snippets/s_attributes_vertical.xml b/theme_nano/views/snippets/s_attributes_vertical.xml new file mode 100644 index 000000000..aa227d769 --- /dev/null +++ b/theme_nano/views/snippets/s_attributes_vertical.xml @@ -0,0 +1,21 @@ + + + + + + diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py index 09acf2b69..75acf440e 100644 --- a/theme_orchid/__manifest__.py +++ b/theme_orchid/__manifest__.py @@ -13,6 +13,7 @@ 'views/snippets/s_cta_box.xml', 'views/snippets/s_attributes_horizontal.xml', + 'views/snippets/s_attributes_vertical.xml', 'views/snippets/s_cover.xml', 'views/snippets/s_cards_grid.xml', 'views/snippets/s_striped_top.xml', diff --git a/theme_orchid/views/snippets/s_attributes_vertical.xml b/theme_orchid/views/snippets/s_attributes_vertical.xml new file mode 100644 index 000000000..aa227d769 --- /dev/null +++ b/theme_orchid/views/snippets/s_attributes_vertical.xml @@ -0,0 +1,21 @@ + + + + + +