From 61f15b450f2210f98c8917d062203740355c1ed1 Mon Sep 17 00:00:00 2001 From: "Chrysanthe (chgo)" Date: Wed, 6 Nov 2024 15:33:13 +0100 Subject: [PATCH] [IMP] theme_*: adapt `s_form_aside` snippet across themes *: artists, nano, notes, vehicle This commit adapt the occurrences of the `s_form_aside` snippet across themes. task-4135499 part of task-4077427 --- theme_artists/__manifest__.py | 1 + theme_artists/views/snippets/s_form_aside.xml | 11 +++++++++++ theme_nano/__manifest__.py | 1 + theme_nano/views/snippets/s_form_aside.xml | 11 +++++++++++ theme_notes/__manifest__.py | 1 + theme_notes/views/snippets/s_form_aside.xml | 11 +++++++++++ theme_vehicle/views/customizations.xml | 8 ++++++++ 7 files changed, 44 insertions(+) create mode 100644 theme_artists/views/snippets/s_form_aside.xml create mode 100644 theme_nano/views/snippets/s_form_aside.xml create mode 100644 theme_notes/views/snippets/s_form_aside.xml diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 59aa5d387c..c4e19919d3 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -98,6 +98,7 @@ 'views/snippets/s_title_form.xml', 'views/snippets/s_unveil.xml', 'views/snippets/s_empowerment.xml', + 'views/snippets/s_form_aside.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_artists/views/snippets/s_form_aside.xml b/theme_artists/views/snippets/s_form_aside.xml new file mode 100644 index 0000000000..791273bed4 --- /dev/null +++ b/theme_artists/views/snippets/s_form_aside.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index 5dfeb77392..7e471a69bf 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -46,6 +46,7 @@ 'views/snippets/s_numbers.xml', 'views/snippets/s_image_text_overlap.xml', 'views/snippets/s_company_team_basic.xml', + 'views/snippets/s_form_aside.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_nano/views/snippets/s_form_aside.xml b/theme_nano/views/snippets/s_form_aside.xml new file mode 100644 index 0000000000..791273bed4 --- /dev/null +++ b/theme_nano/views/snippets/s_form_aside.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_notes/__manifest__.py b/theme_notes/__manifest__.py index 8347efb07b..6d158d54ac 100644 --- a/theme_notes/__manifest__.py +++ b/theme_notes/__manifest__.py @@ -63,6 +63,7 @@ 'views/snippets/s_shape_image.xml', 'views/snippets/s_text_cover.xml', 'views/snippets/s_empowerment.xml', + 'views/snippets/s_form_aside.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_notes/views/snippets/s_form_aside.xml b/theme_notes/views/snippets/s_form_aside.xml new file mode 100644 index 0000000000..791273bed4 --- /dev/null +++ b/theme_notes/views/snippets/s_form_aside.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_vehicle/views/customizations.xml b/theme_vehicle/views/customizations.xml index 3039862527..e4e7965268 100644 --- a/theme_vehicle/views/customizations.xml +++ b/theme_vehicle/views/customizations.xml @@ -958,4 +958,12 @@ + + +