Files
design-themes/theme_avantgarde/__manifest__.py
T

38 lines
1.6 KiB
Python
Raw Normal View History

2021-05-10 15:45:35 +02:00
{
'name': 'Avantgarde Theme',
'description': 'Avantgarde is a sophisticated theme to inspire and impress',
'category': 'Theme/Creative',
2021-05-10 15:46:48 +02:00
'summary': 'Design, Fine Art, Artwork, Creative, Creativity, Galleries, Trends, Shows, Magazines, Blogs',
2021-05-10 15:45:35 +02:00
'sequence': 150,
'version': '2.0.0',
'author': 'Odoo S.A.',
'data': [
2021-05-10 15:46:42 +02:00
'data/ir_asset.xml',
2021-05-10 15:45:35 +02:00
'views/images_library.xml',
'views/customizations.xml',
],
2021-05-10 15:45:35 +02:00
'images': [
'static/description/poster.jpg',
'static/description/avantgarde_screenshot.jpg',
],
2021-09-14 11:50:33 +00:00
'images_preview_theme': {
'website.s_cover_default_image': '/theme_avantgarde/static/src/img/pictures/bg_image_08.jpg',
'website.s_picture_default_image': '/theme_avantgarde/static/src/img/pictures/bg_image_14.jpg',
'website.s_three_columns_default_image_1': '/theme_avantgarde/static/src/img/pictures/bg_image_15',
'website.s_three_columns_default_image_2': '/theme_avantgarde/static/src/img/pictures/bg_image_16.jpg',
'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'],
},
2021-05-10 15:45:35 +02:00
'depends': ['theme_common'],
'license': 'LGPL-3',
'live_test_url': 'https://theme-avantgarde.odoo.com',
2021-05-10 15:46:42 +02:00
'assets': {
'website.assets_editor': [
'theme_avantgarde/static/src/js/tour.js',
],
}
2021-05-10 15:45:35 +02:00
}