Files
design-themes/theme_bewise/__manifest__.py
T

36 lines
1.4 KiB
Python
Raw Normal View History

2021-05-10 15:45:35 +02:00
{
'name': 'Be Wise Theme',
'description': 'Be Wise Theme',
'category': 'Theme/Education',
2021-05-10 15:46:48 +02:00
'summary': 'University, Education, Schools, Young, Play, Kids',
2021-05-10 15:45:35 +02:00
'sequence': 240,
2021-08-02 12:32:01 +00:00
'version': '2.1.0',
2021-05-10 15:45:35 +02:00
'author': 'Odoo S.A.',
'depends': ['theme_common'],
2021-05-10 15:45:35 +02:00
'data': [
2021-05-10 15:46:42 +02:00
'data/ir_asset.xml',
2021-05-10 15:45:35 +02:00
'views/image_content.xml',
'views/customizations.xml',
2021-05-10 15:46:42 +02:00
],
2021-05-10 15:45:35 +02:00
'images': [
'static/description/bewise_description.jpg',
2021-08-02 12:32:01 +00:00
'static/description/bewise_screenshot.jpg',
2021-05-10 15:45:35 +02:00
],
2021-08-02 12:32:01 +00:00
'images_preview_theme': {
'website.s_cover_default_image': '/theme_bewise/static/src/img/backgrounds/college_bg.jpg',
'website.s_text_image_default_image': '/theme_bewise/static/src/img/content/college_graduate.jpg',
'website.s_image_text_default_image': '/theme_bewise/static/src/img/content/college_students.jpg',
'website.s_media_list_default_image_1': '/theme_bewise/static/src/img/content/college_media_1.jpg',
'website.s_media_list_default_image_2': '/theme_bewise/static/src/img/content/college_media_2.jpg',
'website.s_quotes_carousel_demo_image_0': '/theme_bewise/static/src/img/backgrounds/college_bg_4.jpg',
},
2021-05-10 15:45:35 +02:00
'license': 'LGPL-3',
'live_test_url': 'https://theme-bewise.odoo.com',
2021-05-10 15:46:42 +02:00
'assets': {
'website.assets_editor': [
'theme_bewise/static/src/js/tour.js',
],
}
2021-05-10 15:45:35 +02:00
}