mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_*: move snippet lists from iap to design-theme repo
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) <jke@openerp.com>
This commit is contained in:
committed by
Jeremy Kersten
parent
f244035809
commit
285d413a44
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user