mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
1c685dfb01
task-2215118 closes odoo/design-themes#478 Related: odoo/upgrade#2709 Related: odoo/odoo#74697 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
28 lines
729 B
Python
28 lines
729 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'],
|
|
'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',
|
|
],
|
|
}
|
|
}
|