mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
27 lines
729 B
Python
27 lines
729 B
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',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'live_test_url': 'https://theme-cobalt.odoo.com',
|
|
'assets': {
|
|
'website.assets_editor': [
|
|
'theme_cobalt/static/src/js/tour.js',
|
|
],
|
|
}
|
|
}
|