From 285d413a449c80401f811da0b3de3b2ee9a42e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Mottet=20=28oms=29?= Date: Mon, 27 Sep 2021 10:42:44 +0000 Subject: [PATCH] [FIX] theme_*: move snippet lists from iap to design-theme repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously the configurator retrieved the snippet lists needed to build the website pages from IAP. These lists have been put in the theme manifests and can be accessed from it. Odoo PR: odoo/odoo#77243 IAP PR: odoo/iap-apps#411 closes odoo/design-themes#505 Signed-off-by: Jérémy Kersten (jke) --- theme_anelusia/__manifest__.py | 7 +++++-- theme_artists/__manifest__.py | 6 ++++-- theme_avantgarde/__manifest__.py | 6 ++++-- theme_aviato/__manifest__.py | 5 ++++- theme_beauty/__manifest__.py | 6 ++++-- theme_bewise/__manifest__.py | 6 ++++-- theme_bistro/__manifest__.py | 4 ++++ theme_bookstore/__manifest__.py | 3 +++ theme_buzzy/__manifest__.py | 4 +++- theme_clean/__manifest__.py | 4 ++++ theme_cobalt/__manifest__.py | 3 +++ theme_common/__manifest__.py | 2 +- theme_enark/__manifest__.py | 6 ++++-- theme_graphene/__manifest__.py | 6 ++++-- theme_kea/__manifest__.py | 9 ++++++--- theme_kiddo/__manifest__.py | 4 +++- theme_loftspace/__manifest__.py | 4 +++- theme_monglia/__manifest__.py | 7 +++++-- theme_nano/__manifest__.py | 3 +++ theme_notes/__manifest__.py | 6 ++++-- theme_odoo_experts/__manifest__.py | 6 ++++-- theme_orchid/__manifest__.py | 3 +++ theme_paptic/__manifest__.py | 3 +++ theme_real_estate/__manifest__.py | 6 +++++- theme_treehouse/__manifest__.py | 3 +++ theme_vehicle/__manifest__.py | 3 +++ theme_yes/__manifest__.py | 3 +++ theme_zap/__manifest__.py | 3 +++ 28 files changed, 102 insertions(+), 29 deletions(-) diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index 2e173a047..bd95b4210 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -29,8 +29,7 @@ 'views/snippets/s_numbers.xml', 'views/snippets/s_three_columns.xml', 'views/snippets/s_quotes_carousel.xml', - - ], + ], 'images': [ 'static/description/anelusia_description.jpg', 'static/description/anelusia_screenshot.jpg', @@ -46,6 +45,10 @@ 'website.s_media_list_default_image_1': '/theme_anelusia/static/src/img/snippets/s_media_list_1.jpg', 'website.s_media_list_default_image_2': '/theme_anelusia/static/src/img/snippets/s_media_list_2.jpg', }, + 'snippet_lists': { + 'homepage': ['s_banner', 's_images_wall', 's_color_blocks_2', 's_references', + 's_media_list', 's_company_team', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-anelusia.odoo.com', 'assets': { diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index 0b99b4de5..3b57d2ed2 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -33,8 +33,7 @@ 'views/snippets/s_product_list.xml', 'views/snippets/s_process_steps.xml', 'views/snippets/s_color_blocks_2.xml', - - ], + ], 'images': [ 'static/description/artists_description.jpg', 'static/description/artists_screenshot.jpg', @@ -53,6 +52,9 @@ 'website.library_image_14': '/theme_artists/static/src/img/snippets/library_image_05.jpg', 'website.library_image_16': '/theme_artists/static/src/img/snippets/library_image_16.jpg', }, + 'snippet_lists': { + 'homepage': ['s_carousel', 's_text_image', 's_three_columns', 's_title', 's_images_wall', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-artists.odoo.com', 'assets': { diff --git a/theme_avantgarde/__manifest__.py b/theme_avantgarde/__manifest__.py index be64fae19..44ff5689e 100644 --- a/theme_avantgarde/__manifest__.py +++ b/theme_avantgarde/__manifest__.py @@ -10,8 +10,7 @@ 'data/ir_asset.xml', 'views/images_library.xml', 'views/customizations.xml', - - ], + ], 'images': [ 'static/description/poster.jpg', 'static/description/avantgarde_screenshot.jpg', @@ -24,6 +23,9 @@ 'website.s_three_columns_default_image_2': '/theme_avantgarde/static/src/img/pictures/bg_image_17.jpg', 'website.s_text_image_default_image': '/theme_avantgarde/static/src/img/pictures/bg_image_13.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_picture', 's_three_columns', 's_text_image', 's_call_to_action'], + }, 'depends': ['theme_common'], 'license': 'LGPL-3', 'live_test_url': 'https://theme-avantgarde.odoo.com', diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py index cf27f96e2..b1643ee7e 100644 --- a/theme_aviato/__manifest__.py +++ b/theme_aviato/__manifest__.py @@ -10,7 +10,7 @@ 'data': [ 'data/ir_asset.xml', 'views/images_library.xml', - + 'views/snippets/s_cover.xml', 'views/snippets/s_features.xml', 'views/snippets/s_image_text.xml', @@ -32,6 +32,9 @@ 'website.s_three_columns_default_image_3': '/theme_aviato/static/src/img/content/s_three_columns_3.jpg', 'website.s_picture_default_image': '/theme_aviato/static/src/img/content/s_picture.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_text_image', 's_image_text', 's_title', 's_three_columns', 's_picture'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-aviato.odoo.com', diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py index f0cef5586..bcf5c0b66 100644 --- a/theme_beauty/__manifest__.py +++ b/theme_beauty/__manifest__.py @@ -25,8 +25,7 @@ 'views/snippets/s_media_list.xml', 'views/snippets/s_comparisons.xml', 'views/snippets/s_product_catalog.xml', - - ], + ], 'images': [ 'static/description/beauty_description.jpg', 'static/description/beauty_screenshot.jpg', @@ -41,6 +40,9 @@ 'website.s_product_list_default_image_5': '/theme_beauty/static/src/img/snippets/s_product_5.jpg', 'website.s_product_list_default_image_6': '/theme_beauty/static/src/img/snippets/s_product_6.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_text_image', 's_title', 's_product_list', 's_company_team', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-beauty.odoo.com', 'assets': { diff --git a/theme_bewise/__manifest__.py b/theme_bewise/__manifest__.py index 6b6ace4e1..29dea7211 100644 --- a/theme_bewise/__manifest__.py +++ b/theme_bewise/__manifest__.py @@ -11,8 +11,7 @@ 'data/ir_asset.xml', 'views/image_content.xml', 'views/customizations.xml', - - ], + ], 'images': [ 'static/description/bewise_description.jpg', 'static/description/bewise_screenshot.jpg', @@ -25,6 +24,9 @@ 'website.s_media_list_default_image_2': '/theme_bewise/static/src/img/content/college_media_2.jpg', 'website.s_quotes_carousel_demo_image_0': '/theme_bewise/static/src/img/backgrounds/college_bg_4.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_call_to_action', 's_text_image', 's_numbers', 's_image_text', 's_quotes_carousel', 's_color_blocks_2'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-bewise.odoo.com', 'assets': { diff --git a/theme_bistro/__manifest__.py b/theme_bistro/__manifest__.py index 69d707823..2c37313e6 100644 --- a/theme_bistro/__manifest__.py +++ b/theme_bistro/__manifest__.py @@ -36,6 +36,10 @@ 'website.s_product_catalog_default_image': '/theme_bistro/static/src/img/backgrounds/16.jpg', 'website.s_quotes_carousel_demo_image_1': '/theme_bistro/static/src/img/backgrounds/19.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_features', 's_picture', 's_product_catalog', 's_text_block', 's_quotes_carousel'], + 'pricing': ["s_text_image", "s_product_catalog"], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-bistro.odoo.com', 'assets': { diff --git a/theme_bookstore/__manifest__.py b/theme_bookstore/__manifest__.py index 92bdee43a..1c36cefc7 100644 --- a/theme_bookstore/__manifest__.py +++ b/theme_bookstore/__manifest__.py @@ -43,6 +43,9 @@ 'website.s_product_list_default_image_5': '/theme_bookstore/static/src/img/snippets/s_product_5.jpg', 'website.s_product_list_default_image_6': '/theme_bookstore/static/src/img/snippets/s_product_6.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_masonry_block', 's_image_text', 's_picture', 's_product_list', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-bookstore.odoo.com', 'assets': { diff --git a/theme_buzzy/__manifest__.py b/theme_buzzy/__manifest__.py index e91d12ef9..1402dc4c7 100644 --- a/theme_buzzy/__manifest__.py +++ b/theme_buzzy/__manifest__.py @@ -40,12 +40,14 @@ 'views/snippets/s_countdown.xml', 'views/snippets/s_text_highlight.xml', 'views/snippets/s_blockquote.xml', - ], 'images': [ 'static/description/buzzy_cover.jpg', 'static/description/buzzy_screenshot.jpg', ], + 'snippet_lists': { + 'homepage': ['s_banner', 's_text_image', 's_three_columns', 's_image_text', 's_numbers', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-buzzy.odoo.com', 'assets': { diff --git a/theme_clean/__manifest__.py b/theme_clean/__manifest__.py index 2af71475c..0e1e2ee0f 100644 --- a/theme_clean/__manifest__.py +++ b/theme_clean/__manifest__.py @@ -39,6 +39,10 @@ 'website.s_three_columns_default_image_2': '/theme_clean/static/src/img/content/image_content_23.jpg', 'website.s_three_columns_default_image_3': '/theme_clean/static/src/img/content/image_content_24.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_text_image', 's_title', 's_features', 's_carousel', 's_numbers', + 's_three_columns', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-clean.odoo.com', 'assets': { diff --git a/theme_cobalt/__manifest__.py b/theme_cobalt/__manifest__.py index 5deaeb885..728bfad8e 100644 --- a/theme_cobalt/__manifest__.py +++ b/theme_cobalt/__manifest__.py @@ -24,6 +24,9 @@ 'website.library_image_16': '/theme_cobalt/static/src/img/pictures/s_image_3.jpg', 'website.library_image_05': '/theme_cobalt/static/src/img/pictures/s_image_5.jpg', }, + 'snippet_lists': { + 'homepage': ['s_banner', 's_references', 's_text_image', 's_color_blocks_2', 's_images_wall'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-cobalt.odoo.com', 'assets': { diff --git a/theme_common/__manifest__.py b/theme_common/__manifest__.py index 040698d94..ee2735b9d 100644 --- a/theme_common/__manifest__.py +++ b/theme_common/__manifest__.py @@ -10,7 +10,7 @@ 'views/old_snippets/s_column.xml', 'views/old_snippets/s_page_header.xml', 'views/old_snippets/s_three_columns_circle.xml', - ], + ], 'application': False, 'license': 'LGPL-3', } diff --git a/theme_enark/__manifest__.py b/theme_enark/__manifest__.py index b2cc98ab4..93f711690 100644 --- a/theme_enark/__manifest__.py +++ b/theme_enark/__manifest__.py @@ -21,8 +21,7 @@ 'views/snippets/s_parallax.xml', 'views/snippets/s_numbers.xml', 'views/snippets/s_image_gallery.xml', - - ], + ], 'images': [ 'static/description/enark_description.jpg', 'static/description/enark_screenshot.jpg', @@ -38,6 +37,9 @@ 'website.library_image_08': '/theme_enark/static/src/img/snippets/library_image_05.jpg', 'website.library_image_02': '/theme_enark/static/src/img/snippets/library_image_16.jpg', }, + 'snippet_lists': { + 'homepage': ['s_banner', 's_picture', 's_numbers', 's_text_image', 's_images_wall', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-enark.odoo.com', 'assets': { diff --git a/theme_graphene/__manifest__.py b/theme_graphene/__manifest__.py index ea4db1037..01f79b281 100644 --- a/theme_graphene/__manifest__.py +++ b/theme_graphene/__manifest__.py @@ -10,8 +10,7 @@ 'data/ir_asset.xml', 'views/images_library.xml', 'views/customizations.xml', - - ], + ], 'images': [ 'static/description/graphene_poster.jpg', 'static/description/graphene_screenshot.jpg', @@ -22,6 +21,9 @@ 'website.s_parallax_default_image': '/theme_graphene/static/src/img/pictures/content_12.jpg', 'website.s_picture_default_image': '/theme_graphene/static/src/img/pictures/content_04.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_text_image', 's_numbers', 's_picture', 's_comparisons'], + }, 'depends': ['theme_common'], 'license': 'LGPL-3', 'live_test_url': 'https://theme-graphene.odoo.com', diff --git a/theme_kea/__manifest__.py b/theme_kea/__manifest__.py index 0c9c542ad..4923cc7b5 100644 --- a/theme_kea/__manifest__.py +++ b/theme_kea/__manifest__.py @@ -23,7 +23,7 @@ 'views/snippets/s_numbers.xml', 'views/snippets/s_features.xml', 'views/snippets/s_image_gallery.xml', - ], + ], 'images': [ 'static/description/kea_description.png', 'static/description/kea_screenshot.jpg', @@ -33,10 +33,13 @@ 'website.s_picture_default_image': '/theme_kea/static/src/img/snippets/s_picture.jpg', 'website.s_quotes_carousel_demo_image_1': '/theme_kea/static/src/img/snippets/s_quotes_carousel_1.jpg', 'website.s_quotes_carousel_demo_image_2': '/theme_kea/static/src/img/snippets/s_quotes_carousel_2.jpg', - 'website.s_media_list_default_image_1': '/theme_kea/static/src/img/snippets/s_media_list_1.jpg', - 'website.s_media_list_default_image_2': '/theme_kea/static/src/img/snippets/s_media_list_2.jpg', + 'website.s_media_list_default_image_1': '/theme_kea/static/src/img/snippets/s_media_list_1.jpg', + 'website.s_media_list_default_image_2': '/theme_kea/static/src/img/snippets/s_media_list_2.jpg', 'website.s_media_list_default_image_3': '/theme_kea/static/src/img/snippets/s_media_list_3.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_text_image', 's_picture', 's_image_text', 's_color_blocks_2', 's_media_list'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-kea.odoo.com', 'assets': { diff --git a/theme_kiddo/__manifest__.py b/theme_kiddo/__manifest__.py index 782e15da8..d3ad4e570 100644 --- a/theme_kiddo/__manifest__.py +++ b/theme_kiddo/__manifest__.py @@ -17,7 +17,6 @@ 'views/snippets/s_product_list.xml', 'views/snippets/s_call_to_action.xml', 'views/snippets/s_cover.xml', - ], 'images': [ 'static/description/Kiddo_description.png', @@ -27,6 +26,9 @@ 'website.s_banner_default_image': '/theme_kiddo/static/src/img/snippets/s_banner.jpg', 'website.s_picture_default_image': '/theme_kiddo/static/src/img/content/content_img_15.jpg', }, + 'snippet_lists': { + 'homepage': ['s_banner', 's_image_text', 's_picture', 's_product_list', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-kiddo.odoo.com', 'assets': { diff --git a/theme_loftspace/__manifest__.py b/theme_loftspace/__manifest__.py index b9ee05c12..c8d9c254e 100644 --- a/theme_loftspace/__manifest__.py +++ b/theme_loftspace/__manifest__.py @@ -26,7 +26,6 @@ 'views/snippets/s_features_grid.xml', 'views/snippets/s_comparisons.xml', 'views/snippets/s_product_catalog.xml', - ], 'images': [ 'static/description/loftspace_description.jpg', @@ -45,6 +44,9 @@ 'website.library_image_16': '/theme_loftspace/static/src/img/snippets/s_images_wall_04.jpg', 'website.library_image_13': '/theme_loftspace/static/src/img/snippets/s_images_wall_03.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_three_columns', 's_title', 's_images_wall', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-loftspace.odoo.com', 'assets': { diff --git a/theme_monglia/__manifest__.py b/theme_monglia/__manifest__.py index ef9ef9a6b..21707cba5 100644 --- a/theme_monglia/__manifest__.py +++ b/theme_monglia/__manifest__.py @@ -11,8 +11,7 @@ 'data/ir_asset.xml', 'views/images_content.xml', 'views/customizations.xml', - - ], + ], 'images': [ 'static/description/monglia_description.png', 'static/description/monglia_screenshot.jpeg', @@ -33,6 +32,10 @@ 'website.library_image_14': '/theme_monglia/static/src/img/snippets/library_image_14.jpg', 'website.library_image_16': '/theme_monglia/static/src/img/snippets/library_image_16.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_title', 's_text_block', 's_three_columns', 's_images_wall', + 's_title', 's_media_list', 's_text_image'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-monglia.odoo.com', 'assets': { diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index 2c6e1ea1c..3d2de1cd7 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -43,6 +43,9 @@ 'website.s_reference_demo_image_5': '/theme_nano/static/src/img/snippets/s_reference_05.png', 'website.s_reference_default_image_6': '/theme_nano/static/src/img/snippets/s_reference_06.png', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_features', 's_text_block', 's_images_wall', 's_parallax', 's_references'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-nano.odoo.com', 'assets': { diff --git a/theme_notes/__manifest__.py b/theme_notes/__manifest__.py index 8cfa909a2..37edf92c9 100644 --- a/theme_notes/__manifest__.py +++ b/theme_notes/__manifest__.py @@ -30,8 +30,7 @@ 'views/snippets/s_parallax.xml', 'views/snippets/s_comparisons.xml', 'views/snippets/s_quotes_carousel.xml', - - ], + ], 'images': [ 'static/description/notes_description.jpg', 'static/description/notes_screenshot.jpg', @@ -45,6 +44,9 @@ 'website.s_media_list_default_image_2': '/theme_notes/static/src/img/content/content_img_26.jpg', 'website.s_media_list_default_image_3': '/theme_notes/static/src/img/content/content_img_27.jpg', }, + 'snippet_lists': { + 'homepage': ['s_carousel', 's_masonry_block', 's_text_image', 's_product_catalog', 's_media_list', 's_company_team'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-notes.odoo.com', 'assets': { diff --git a/theme_odoo_experts/__manifest__.py b/theme_odoo_experts/__manifest__.py index 361a51f5e..6861ae982 100644 --- a/theme_odoo_experts/__manifest__.py +++ b/theme_odoo_experts/__manifest__.py @@ -28,8 +28,7 @@ 'views/snippets/s_features_grid.xml', 'views/snippets/s_product_list.xml', 'views/snippets/s_quotes_carousel.xml', - - ], + ], 'images': [ 'static/description/odoo_experts_description.jpg', 'static/description/odoo_experts_screenshot.jpg', @@ -40,6 +39,9 @@ 'website.s_media_list_default_image_2': '/theme_odoo_experts/static/src/img/snippets/s_media_list_2.jpg', 'website.s_media_list_default_image_3': '/theme_odoo_experts/static/src/img/snippets/s_media_list_3.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_image_text', 's_media_list', 's_company_team', 's_references', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-odoo-experts.odoo.com', 'assets': { diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py index f5581fa57..64ca8e4d3 100644 --- a/theme_orchid/__manifest__.py +++ b/theme_orchid/__manifest__.py @@ -34,6 +34,9 @@ 'website.s_three_columns_default_image_2': '/theme_orchid/static/src/img/snippets/library_image_13.jpg', 'website.s_three_columns_default_image_3': '/theme_orchid/static/src/img/snippets/library_image_07.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_image_text', 's_text_image', 's_three_columns', 's_quotes_carousel', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-orchid.odoo.com', 'assets': { diff --git a/theme_paptic/__manifest__.py b/theme_paptic/__manifest__.py index d951f8211..220898d54 100644 --- a/theme_paptic/__manifest__.py +++ b/theme_paptic/__manifest__.py @@ -21,6 +21,9 @@ 'website.s_three_columns_default_image_2': '/theme_paptic/static/src/img/pictures/s_three_columns_2.jpg', 'website.s_three_columns_default_image_3': '/theme_paptic/static/src/img/pictures/s_three_columns_3.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_image_text', 's_references', 's_three_columns', 's_comparisons', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-paptic.odoo.com', 'assets': { diff --git a/theme_real_estate/__manifest__.py b/theme_real_estate/__manifest__.py index 8e1388a4c..b1d3242f4 100644 --- a/theme_real_estate/__manifest__.py +++ b/theme_real_estate/__manifest__.py @@ -36,7 +36,11 @@ 'website.s_three_columns_default_image_2': '/theme_real_estate/static/src/img/snippets/library_image_13.jpg', 'website.s_three_columns_default_image_3': '/theme_real_estate/static/src/img/snippets/library_image_07.jpg', 'website.s_masonry_block_default_image_1': '/theme_real_estate/static/src/img/snippets/s_masonry_block.jpg', - 'website.s_quotes_carousel_demo_image_1': '/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.jpg', + 'website.s_quotes_carousel_demo_image_1': '/theme_real_estate/static/src/img/snippets/s_quotes_carousel_1.jpg', + }, + 'snippet_lists': { + 'homepage': ['s_banner', 's_text_block', 's_text_image', 's_image_text', 's_title', 's_three_columns', + 's_title', 's_masonry_block', 's_numbers', 's_quotes_carousel'], }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-real-estate.odoo.com', diff --git a/theme_treehouse/__manifest__.py b/theme_treehouse/__manifest__.py index d53e54329..81b42619c 100644 --- a/theme_treehouse/__manifest__.py +++ b/theme_treehouse/__manifest__.py @@ -41,6 +41,9 @@ 'website.s_three_columns_default_image_2': '/theme_treehouse/static/src/img/content/three_columns_02.jpg', 'website.s_three_columns_default_image_3': '/theme_treehouse/static/src/img/content/three_columns_03.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_text_image', 's_title', 's_three_columns', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-treehouse.odoo.com', 'assets': { diff --git a/theme_vehicle/__manifest__.py b/theme_vehicle/__manifest__.py index a0a55de1a..95d3b29c7 100644 --- a/theme_vehicle/__manifest__.py +++ b/theme_vehicle/__manifest__.py @@ -24,6 +24,9 @@ 'website.s_parallax_default_image': '/theme_vehicle/static/src/img/snippets/s_parallax.jpg', 'website.s_picture_default_image': '/theme_vehicle/static/src/img/snippets/s_picture.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_text_image', 's_image_text', 's_picture', 's_masonry_block', 's_call_to_action'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-vehicle.odoo.com', 'assets': { diff --git a/theme_yes/__manifest__.py b/theme_yes/__manifest__.py index f0abc273d..8cf935a21 100644 --- a/theme_yes/__manifest__.py +++ b/theme_yes/__manifest__.py @@ -45,6 +45,9 @@ 'website.library_image_03': '/theme_yes/static/src/img/snippets/library_image_03.jpg', 'website.library_image_02': '/theme_yes/static/src/img/snippets/library_image_02.jpg', }, + 'snippet_lists': { + 'homepage': ['s_cover', 's_title', 's_company_team', 's_media_list', 's_images_wall', 's_quotes_carousel'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-yes.odoo.com', 'assets': { diff --git a/theme_zap/__manifest__.py b/theme_zap/__manifest__.py index c1e054b9e..a9d84894a 100644 --- a/theme_zap/__manifest__.py +++ b/theme_zap/__manifest__.py @@ -36,6 +36,9 @@ 'website.s_masonry_block_default_image_1': '/theme_zap/static/src/img/backgrounds/16.jpg', 'website.library_image_02': '/theme_zap/static/src/img/content/masonry_block_02.jpg', }, + 'snippet_lists': { + 'homepage': ['s_banner', 's_three_columns', 's_color_blocks_2', 's_features', 's_masonry_block', 's_references'], + }, 'license': 'LGPL-3', 'live_test_url': 'https://theme-zap.odoo.com', 'assets': {