flectra/addons/website_theme_install/__manifest__.py

14 lines
320 B
Python
Raw Normal View History

{
'name': 'Website Theme Install',
2018-01-16 12:08:17 +01:00
'author': 'Odoo S.A.',
'description': "Propose to install a theme on website installation",
'category': 'Website',
'version': '1.0',
'data': [
'views/assets.xml',
'views/views.xml',
],
'depends': ['website'],
'auto_install': True,
}