flectra/addons/website_theme_install/__manifest__.py
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

13 lines
293 B
Python

{
'name': 'Website Theme Install',
'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,
}