From 0b567d15c646525b7b6b96b4a2e02d3fe14c79ef Mon Sep 17 00:00:00 2001 From: "Xavier Luyckx (xlu)" Date: Fri, 9 Aug 2024 12:44:55 +0200 Subject: [PATCH] [IMP] theme_*: adapt themes with new `s_image_frame` design *: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, clean, cobalt, enark, graphene, kiddo, monglia, nano, notes, paptic, treehouse, vehicle, yes This commit adapts the design of `s_image_frame` for multiple themes, based on the new Odoo 18 snippet redesign. task-4105328 closes odoo/design-themes#864 Part-of: task-4077427 Related: odoo/odoo#176562 Signed-off-by: Serge Bayet (seba) --- theme_anelusia/__manifest__.py | 1 + theme_anelusia/views/snippets/s_image_frame.xml | 11 +++++++++++ theme_artists/__manifest__.py | 1 + theme_artists/views/snippets/s_image_frame.xml | 15 +++++++++++++++ theme_avantgarde/views/customizations.xml | 12 ++++++++++++ theme_aviato/__manifest__.py | 1 + theme_aviato/views/snippets/s_image_frame.xml | 15 +++++++++++++++ theme_beauty/__manifest__.py | 1 + theme_beauty/views/snippets/s_image_frame.xml | 11 +++++++++++ theme_bewise/views/customizations.xml | 12 ++++++++++++ theme_bistro/__manifest__.py | 1 + theme_bistro/views/snippets/s_image_frame.xml | 11 +++++++++++ theme_bookstore/__manifest__.py | 1 + theme_bookstore/views/snippets/s_image_frame.xml | 15 +++++++++++++++ theme_buzzy/__manifest__.py | 1 + theme_buzzy/views/snippets/s_image_frame.xml | 11 +++++++++++ theme_clean/__manifest__.py | 1 + theme_clean/views/snippets/s_image_frame.xml | 15 +++++++++++++++ theme_cobalt/views/customizations.xml | 8 ++++++++ theme_enark/__manifest__.py | 1 + theme_enark/views/snippets/s_image_frame.xml | 11 +++++++++++ theme_graphene/views/customizations.xml | 12 ++++++++++++ theme_kiddo/__manifest__.py | 1 + theme_kiddo/views/snippets/s_image_frame.xml | 11 +++++++++++ theme_monglia/views/customizations.xml | 7 +++++++ theme_nano/__manifest__.py | 1 + theme_nano/views/snippets/s_image_frame.xml | 11 +++++++++++ theme_notes/__manifest__.py | 1 + theme_notes/views/snippets/s_image_frame.xml | 15 +++++++++++++++ theme_paptic/views/customizations.xml | 8 ++++++++ theme_treehouse/__manifest__.py | 1 + theme_treehouse/views/snippets/s_image_frame.xml | 11 +++++++++++ theme_vehicle/views/customizations.xml | 13 +++++++++++++ theme_yes/__manifest__.py | 1 + theme_yes/views/snippets/s_image_frame.xml | 15 +++++++++++++++ 35 files changed, 264 insertions(+) create mode 100644 theme_anelusia/views/snippets/s_image_frame.xml create mode 100644 theme_artists/views/snippets/s_image_frame.xml create mode 100644 theme_aviato/views/snippets/s_image_frame.xml create mode 100644 theme_beauty/views/snippets/s_image_frame.xml create mode 100644 theme_bistro/views/snippets/s_image_frame.xml create mode 100644 theme_bookstore/views/snippets/s_image_frame.xml create mode 100644 theme_buzzy/views/snippets/s_image_frame.xml create mode 100644 theme_clean/views/snippets/s_image_frame.xml create mode 100644 theme_enark/views/snippets/s_image_frame.xml create mode 100644 theme_kiddo/views/snippets/s_image_frame.xml create mode 100644 theme_nano/views/snippets/s_image_frame.xml create mode 100644 theme_notes/views/snippets/s_image_frame.xml create mode 100644 theme_treehouse/views/snippets/s_image_frame.xml create mode 100644 theme_yes/views/snippets/s_image_frame.xml diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index 4f8809d6b..7fcf00081 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -46,6 +46,7 @@ 'views/snippets/s_striped_center_top.xml', 'views/snippets/s_key_images.xml', 'views/snippets/s_big_number.xml', + 'views/snippets/s_image_frame.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_anelusia/views/snippets/s_image_frame.xml b/theme_anelusia/views/snippets/s_image_frame.xml new file mode 100644 index 000000000..5704208fa --- /dev/null +++ b/theme_anelusia/views/snippets/s_image_frame.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 2240dcbe0..32570b657 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -50,6 +50,7 @@ 'views/snippets/s_striped_center_top.xml', 'views/snippets/s_key_images.xml', 'views/snippets/s_big_number.xml', + 'views/snippets/s_image_frame.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_artists/views/snippets/s_image_frame.xml b/theme_artists/views/snippets/s_image_frame.xml new file mode 100644 index 000000000..1dafdbb9e --- /dev/null +++ b/theme_artists/views/snippets/s_image_frame.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/theme_avantgarde/views/customizations.xml b/theme_avantgarde/views/customizations.xml index 8a8e0e3b1..bad7f2206 100644 --- a/theme_avantgarde/views/customizations.xml +++ b/theme_avantgarde/views/customizations.xml @@ -474,6 +474,18 @@ + + + + + + + + + + + + + + diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index fe3e3472b..9302ffb71 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -33,6 +33,7 @@ 'views/snippets/s_key_benefits.xml', 'views/snippets/s_striped_center_top.xml', 'views/snippets/s_big_number.xml', + 'views/snippets/s_image_frame.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_nano/views/snippets/s_image_frame.xml b/theme_nano/views/snippets/s_image_frame.xml new file mode 100644 index 000000000..42778942e --- /dev/null +++ b/theme_nano/views/snippets/s_image_frame.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_notes/__manifest__.py b/theme_notes/__manifest__.py index 13e47a10a..b8fb26723 100644 --- a/theme_notes/__manifest__.py +++ b/theme_notes/__manifest__.py @@ -46,6 +46,7 @@ 'views/snippets/s_quadrant.xml', 'views/snippets/s_intro_pill.xml', 'views/snippets/s_big_number.xml', + 'views/snippets/s_image_frame.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_notes/views/snippets/s_image_frame.xml b/theme_notes/views/snippets/s_image_frame.xml new file mode 100644 index 000000000..dc05e5e1b --- /dev/null +++ b/theme_notes/views/snippets/s_image_frame.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/theme_paptic/views/customizations.xml b/theme_paptic/views/customizations.xml index c7b4438a3..885451c40 100644 --- a/theme_paptic/views/customizations.xml +++ b/theme_paptic/views/customizations.xml @@ -691,6 +691,14 @@ + + + + + + + diff --git a/theme_yes/__manifest__.py b/theme_yes/__manifest__.py index 18892443a..b2b31ff43 100644 --- a/theme_yes/__manifest__.py +++ b/theme_yes/__manifest__.py @@ -44,6 +44,7 @@ 'views/snippets/s_kickoff.xml', 'views/snippets/s_intro_pill.xml', 'views/snippets/s_big_number.xml', + 'views/snippets/s_image_frame.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_yes/views/snippets/s_image_frame.xml b/theme_yes/views/snippets/s_image_frame.xml new file mode 100644 index 000000000..fc8e29c48 --- /dev/null +++ b/theme_yes/views/snippets/s_image_frame.xml @@ -0,0 +1,15 @@ + + + + + +