[IMP] theme_beauty: revamp the theme

task-4178019
Part of task-4177975

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Brieuc-brd
2024-09-19 16:46:31 +02:00
committed by qsm-odoo
parent fa78b350cc
commit f0e216f031
21 changed files with 300 additions and 329 deletions
+10 -8
View File
@@ -50,6 +50,7 @@
'views/snippets/s_image_hexagonal.xml',
'views/snippets/s_striped_center_top.xml',
'views/snippets/s_key_images.xml',
'views/snippets/s_masonry_block.xml',
'views/snippets/s_intro_pill.xml',
'views/snippets/s_big_number.xml',
'views/snippets/s_image_frame.xml',
@@ -64,17 +65,18 @@
'static/description/beauty_screenshot.jpg',
],
'images_preview_theme': {
'website.s_cover_default_image': '/theme_beauty/static/src/img/snippets/s_cover.jpg',
'website.library_image_10': '/theme_beauty/static/src/img/snippets/library_image_10.jpg',
'website.library_image_14': '/theme_beauty/static/src/img/snippets/library_image_14.jpg',
'website.s_masonry_block_default_image_1': '/theme_beauty/static/src/img/snippets/s_masonry_block.jpg',
'website.s_text_image_default_image': '/theme_beauty/static/src/img/snippets/s_text_image.jpg',
'website.s_product_list_default_image_1': '/theme_beauty/static/src/img/snippets/s_product_1.jpg',
'website.s_product_list_default_image_2': '/theme_beauty/static/src/img/snippets/s_product_2.jpg',
'website.s_product_list_default_image_3': '/theme_beauty/static/src/img/snippets/s_product_3.jpg',
'website.s_product_list_default_image_4': '/theme_beauty/static/src/img/snippets/s_product_4.jpg',
'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',
'website.s_product_catalog_default_image': '/theme_beauty/static/src/img/snippets/s_product_catalog.jpg',
'website.library_image_16': '/theme_beauty/static/src/img/snippets/library_image_16.jpg',
'website.library_image_03': '/theme_beauty/static/src/img/snippets/library_image_03.jpg',
'website.library_image_13': '/theme_beauty/static/src/img/snippets/library_image_13.jpg',
'website.s_carousel_default_image_2': '/theme_beauty/static/src/img/snippets/s_carousel_2.jpg',
},
'configurator_snippets': {
'homepage': ['s_cover', 's_text_image', 's_title', 's_product_list', 's_company_team', 's_call_to_action'],
'homepage': ['s_intro_pill', 's_masonry_block', 's_pricelist_boxed', 's_features_wall', 's_image_frame', 's_call_to_action'],
},
'license': 'LGPL-3',
'live_test_url': 'https://theme-beauty.odoo.com',