31 lines
869 B
Python
31 lines
869 B
Python
{
|
|
'name':'Graphene theme',
|
|
'description': 'Light colours, thin text, clean and sharp design.',
|
|
'category': 'Theme/Corporate',
|
|
'sequence': 110,
|
|
'version':'1.0',
|
|
'author':'Odoo S.A.',
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/customize_modal.xml',
|
|
'views/snippets.xml',
|
|
'views/options.xml',
|
|
'views/images_library.xml'
|
|
],
|
|
'demo': [
|
|
'demo/demo-data.xml',
|
|
'demo/welcome.xml',
|
|
'demo/style.xml',
|
|
'demo/feat.xml',
|
|
'demo/blocks.xml'
|
|
],
|
|
'images': [
|
|
'static/description/graphene_poster.jpg',
|
|
'static/description/graphene_screenshot.jpg',
|
|
],
|
|
'depends': ['theme_common', 'snippet_google_map', 'website_animate', 'snippet_latest_posts'],
|
|
'price': 199,
|
|
'currency': 'EUR',
|
|
'live_test_url': 'https://theme-graphene.odoo.com'
|
|
}
|