Files
design-themes/theme_bewise/__manifest__.py
T
2021-05-10 15:46:48 +02:00

28 lines
748 B
Python

{
'name': 'Be Wise Theme',
'description': 'Be Wise Theme',
'category': 'Theme/Education',
'summary': 'University, Education, Schools, Young, Play, Kids',
'sequence': 240,
'version': '2.0.0',
'author': 'Odoo S.A.',
'depends': ['theme_common', 'website_animate'],
'data': [
'data/ir_asset.xml',
'views/image_content.xml',
'views/customizations.xml',
],
'images': [
'static/description/bewise_description.jpg',
'static/description/bewise_screenshot.jpeg',
],
'license': 'LGPL-3',
'live_test_url': 'https://theme-bewise.odoo.com',
'assets': {
'website.assets_editor': [
'theme_bewise/static/src/js/tour.js',
],
}
}