Files
design-themes/theme_zap/__manifest__.py
T
Brieuc-brd 773ef7d1fa [IMP] theme_anelusia, *: adapt s_numbers_showcase
*: theme_artists, theme_beauty, theme_buzzy, theme_kiddo, theme_nano,
theme_orchid, theme_zap, theme_bookstore

This commit adds customizations related to s_numbers_showcase, added in
PR [1]

task-4094383
Part of task-4077427

[1]: https://github.com/odoo/odoo/pull/175746

closes odoo/design-themes#856

Related: odoo/odoo#175746
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
2024-08-14 15:45:57 +00:00

60 lines
2.5 KiB
Python

{
'name': 'Zap Theme',
'description': 'Zap Theme - Corporate, Business, Marketing, Copywriting',
'category': 'Theme/Corporate',
'summary': 'Digital, Marketing, Copywriting, Media, Events, Non Profit, NGO, Corporate, Business, Services',
'sequence': 160,
'version': '2.0.0',
'depends': ['theme_common'],
'data': [
'data/generate_primary_template.xml',
'data/ir_asset.xml',
'views/images_library.xml',
'views/snippets/s_cta_box.xml',
'views/snippets/s_banner.xml',
'views/snippets/s_call_to_action.xml',
'views/snippets/s_color_blocks_2.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_features.xml',
'views/snippets/s_masonry_block.xml',
'views/snippets/s_media_list.xml',
'views/snippets/s_numbers.xml',
'views/snippets/s_references.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_three_columns.xml',
'views/snippets/s_image_gallery.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/new_page_template.xml',
],
'images': [
'static/description/zap_cover.gif',
'static/description/zap_screenshot.jpg',
],
'images_preview_theme': {
'website.s_banner_default_image': '/theme_zap/static/src/img/content/banner.jpg',
'website.s_three_columns_default_image_1': '/theme_zap/static/src/img/content/three_columns_01.jpg',
'website.s_three_columns_default_image_2': '/theme_zap/static/src/img/content/three_columns_02.jpg',
'website.s_three_columns_default_image_3': '/theme_zap/static/src/img/content/three_columns_03.jpg',
'website.library_image_08': '/theme_zap/static/src/img/backgrounds/01.jpg',
'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',
},
'configurator_snippets': {
'homepage': ['s_banner', 's_three_columns', 's_color_blocks_2', 's_features', 's_masonry_block', 's_references'],
},
'new_page_templates': {
'about': {
'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'],
},
},
'license': 'LGPL-3',
'live_test_url': 'https://theme-zap.odoo.com',
'assets': {
'website.assets_editor': [
'theme_zap/static/src/js/tour.js',
],
}
}