mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
fd5bf71d8b
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
35 lines
1.3 KiB
Python
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',
|
|
],
|
|
}
|
|
}
|