19 lines
453 B
Python
19 lines
453 B
Python
{
|
|
'name': 'Graphene Theme Blog Plugin',
|
|
'description': 'Graphene Theme Blog Plugin',
|
|
'category': 'Theme/Hidden',
|
|
'sequence': 111,
|
|
'version': '1.1.0',
|
|
'author': 'Odoo S.A.',
|
|
'demo': [
|
|
'demo/demo-data.xml',
|
|
'demo/blocks.xml',
|
|
'demo/feat.xml'
|
|
],
|
|
'data': [
|
|
'views/templates.xml'
|
|
],
|
|
'depends': ['theme_graphene', 'website_blog', 'snippet_latest_posts'],
|
|
'auto_install': True,
|
|
}
|