mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
88b81d41da
This commit updates the theme to improve the design with background shapes, new pictures and new custom snippets. task-2591476 Part-of: odoo/design-themes#36
48 lines
1.9 KiB
Python
48 lines
1.9 KiB
Python
{
|
|
'name': 'Kea Theme',
|
|
'description': 'Kea Theme',
|
|
'category': 'Theme/Technology',
|
|
'summary': 'Technology, Tech, IT, Computers, Stores, Virtual Reality',
|
|
'sequence': 200,
|
|
'version': '2.0.0',
|
|
'author': 'Odoo S.A.',
|
|
'depends': ['theme_common'],
|
|
'data': [
|
|
'data/ir_asset.xml',
|
|
'views/images_content.xml',
|
|
|
|
'views/snippets/s_cover.xml',
|
|
'views/snippets/s_image_text.xml',
|
|
'views/snippets/s_text_image.xml',
|
|
'views/snippets/s_three_columns.xml',
|
|
'views/snippets/s_media_list.xml',
|
|
'views/snippets/s_references.xml',
|
|
'views/snippets/s_color_blocks_2.xml',
|
|
'views/snippets/s_picture.xml',
|
|
'views/snippets/s_title.xml',
|
|
'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',
|
|
],
|
|
'images_preview_theme': {
|
|
'website.s_cover_default_image': '/theme_kea/static/src/img/snippets/s_cover.jpg',
|
|
'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_3': '/theme_kea/static/src/img/snippets/s_media_list_3.jpg',
|
|
},
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-kea.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_kea/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|