mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
13 lines
306 B
Python
13 lines
306 B
Python
{
|
|
'name': 'Avantgarde Theme Blog Plugin',
|
|
'description': 'Avantgarde Theme Blog Plugin',
|
|
'category': 'Theme/Hidden',
|
|
'sequence': 151,
|
|
'version': '1.1.0',
|
|
'data': [
|
|
'views/templates.xml'
|
|
],
|
|
'depends': ['theme_avantgarde', 'website_blog'],
|
|
'auto_install': True,
|
|
}
|