Files
design-themes/theme_cobalt/__manifest__.py
T
xlu-odoo fd5bf71d8b [IMP] theme_cobalt: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2614510

X-original-commit: 00982a6616
Part-of: odoo/design-themes#501
2021-09-24 11:09:45 +00:00

35 lines
1.3 KiB
Python

{
'name': 'Cobalt Theme',
'description': 'Clean and sharp design.',
'category': 'Theme/Corporate',
'summary': 'Development, IT development, Design, Tech, Computers, IT, Blogs',
'sequence': 110,
'version': '2.0.0',
'author': 'Odoo S.A.',
'depends': ['website'],
'data': [
'data/ir_asset.xml',
'views/images.xml',
'views/customizations.xml',
],
'images': [
'static/description/cobalt_poster.jpg',
'static/description/cobalt_screenshot.jpg',
],
'images_preview_theme': {
'website.library_image_03': '/theme_cobalt/static/src/img/pictures/s_image_1.jpg',
'website.library_image_14': '/theme_cobalt/static/src/img/pictures/s_image_6.jpg',
'website.library_image_10': '/theme_cobalt/static/src/img/pictures/s_image_4.jpg',
'website.library_image_13': '/theme_cobalt/static/src/img/pictures/s_image_2.jpg',
'website.library_image_16': '/theme_cobalt/static/src/img/pictures/s_image_3.jpg',
'website.library_image_05': '/theme_cobalt/static/src/img/pictures/s_image_5.jpg',
},
'license': 'LGPL-3',
'live_test_url': 'https://theme-cobalt.odoo.com',
'assets': {
'website.assets_editor': [
'theme_cobalt/static/src/js/tour.js',
],
}
}