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

task-2612003

X-original-commit: c801cdb133
Part-of: odoo/design-themes#501
2021-09-24 11:09:46 +00:00

34 lines
1.2 KiB
Python

{
'name': 'Graphene Theme',
'description': 'Light colours, thin text, clean and sharp design.',
'category': 'Theme/Corporate',
'summary': 'Service, Corporate, Design, Technology, Robotics, Computers, IT, Blogs',
'sequence': 110,
'version': '2.0.0',
'author': 'Odoo S.A.',
'data': [
'data/ir_asset.xml',
'views/images_library.xml',
'views/customizations.xml',
],
'images': [
'static/description/graphene_poster.jpg',
'static/description/graphene_screenshot.jpg',
],
'images_preview_theme': {
'website.s_cover_default_image': '/theme_graphene/static/src/img/pictures/bg_image_08.jpg',
'website.s_text_image_default_image': '/theme_graphene/static/src/img/pictures/content_02.jpg',
'website.s_parallax_default_image': '/theme_graphene/static/src/img/pictures/content_12.jpg',
'website.s_picture_default_image': '/theme_graphene/static/src/img/pictures/content_04.jpg',
},
'depends': ['theme_common'],
'license': 'LGPL-3',
'live_test_url': 'https://theme-graphene.odoo.com',
'assets': {
'website.assets_editor': [
'theme_graphene/static/src/js/tour.js',
],
}
}