Files
design-themes/theme_nano/__manifest__.py
T
Brieuc-brd 0a5673bd37 [IMP] theme_anelusia, *: adapt s_pricelist_boxed
*: theme_anelusia, theme_artists, theme_avantgarde, theme_beauty,
theme_bewise, theme_bistro, theme_bookstore, theme_buzzy, theme_clean,
theme_cobalt, theme_enark, theme_graphene, theme_kea, theme_kiddo,
theme_loftspace, theme_monglia, theme_nano, theme_notes,
theme_odoo_experts, theme_orchid, theme_paptic, theme_real_estate,
theme_treehouse, theme_vehicle, theme_yes, theme_zap

This commit adds customizations related to s_numbers_showcase, added in
https://github.com/odoo/odoo/pull/176145

task-4094410
Part of task-4077427

closes odoo/design-themes#858

Related: odoo/odoo#176145
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2024-08-28 08:14:56 +00:00

76 lines
3.7 KiB
Python

{
'name': 'Nano Theme',
'description': 'Nano Theme - Responsive Bootstrap Theme for Odoo CMS',
'category': 'Theme/Lifestyle',
'summary': 'Maker, Agencies, Creative, Design, IT, Services, Fancy',
'sequence': 270,
'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_carousel.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_features.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_images_wall.xml',
'views/snippets/s_parallax.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/snippets/s_references.xml',
'views/snippets/s_text_block.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_three_columns.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
'views/new_page_template.xml',
],
'images': [
'static/description/nano_cover.gif',
'static/description/nano_screenshot.jpg',
],
'images_preview_theme': {
'website.s_cover_default_image': '/theme_nano/static/src/img/snippets/s_cover.jpg',
'website.library_image_10': '/theme_nano/static/src/img/snippets/s_images_wall_01.jpg',
'website.library_image_05': '/theme_nano/static/src/img/snippets/s_images_wall_02.jpg',
'website.library_image_08': '/theme_nano/static/src/img/snippets/s_images_wall_03.jpg',
'website.library_image_13': '/theme_nano/static/src/img/snippets/s_images_wall_04.jpg',
'website.library_image_03': '/theme_nano/static/src/img/snippets/s_images_wall_05.jpg',
'website.library_image_02': '/theme_nano/static/src/img/snippets/s_images_wall_06.jpg',
'website.s_parallax_default_image': '/theme_nano/static/src/img/snippets/s_parallax.jpg',
'website.s_reference_demo_image_1': '/theme_nano/static/src/img/snippets/s_reference_01.png',
'website.s_reference_demo_image_2': '/theme_nano/static/src/img/snippets/s_reference_02.png',
'website.s_reference_demo_image_3': '/theme_nano/static/src/img/snippets/s_reference_03.png',
'website.s_reference_demo_image_4': '/theme_nano/static/src/img/snippets/s_reference_04.png',
'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',
},
'configurator_snippets': {
'homepage': ['s_cover', 's_features', 's_text_block', 's_images_wall', 's_parallax', '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'],
},
'landing': {
'1': ['s_banner', 's_features', 's_masonry_block', 's_call_to_action', 's_references', 's_quotes_carousel'],
'2': ['s_cover', 's_text_image', 's_text_block_h2', 's_three_columns_landing_1', 's_call_to_action'],
'3': ['s_text_cover', 's_text_block_h2', 's_three_columns', 's_showcase', 's_color_blocks_2', 's_quotes_carousel', 's_call_to_action'],
},
'services': {
'2': ['s_text_cover', 's_image_text', 's_text_image', 's_image_text_2nd', 's_call_to_action'],
},
},
'license': 'LGPL-3',
'live_test_url': 'https://theme-nano.odoo.com',
'assets': {
'website.assets_editor': [
'theme_nano/static/src/js/tour.js',
],
}
}