Files
design-themes/theme_graphene/__manifest__.py
T

28 lines
773 B
Python
Raw Normal View History

2021-05-10 15:45:35 +02:00
{
'name': 'Graphene Theme',
'description': 'Light colours, thin text, clean and sharp design.',
'category': 'Theme/Corporate',
'summary': 'Design, Tech, Computers, IT, Blogs',
'sequence': 110,
'version': '2.0.0',
'author': 'Odoo S.A.',
'data': [
2021-05-10 15:46:42 +02:00
'data/ir_asset.xml',
2021-05-10 15:45:35 +02:00
'views/images_library.xml',
'views/customizations.xml',
2021-05-10 15:46:42 +02:00
],
2021-05-10 15:45:35 +02:00
'images': [
'static/description/graphene_poster.jpg',
'static/description/graphene_screenshot.jpg',
],
'depends': ['theme_common', 'website_animate'],
'license': 'LGPL-3',
2021-05-10 15:46:42 +02:00
'live_test_url': 'https://theme-graphene.odoo.com',
'assets': {
'website.assets_editor': [
'theme_graphene/static/src/js/tour.js',
],
}
2021-05-10 15:45:35 +02:00
}