flectra/addons/theme_hermit/__manifest__.py

15 lines
368 B
Python
Raw Normal View History

2018-03-09 07:39:59 +01:00
# Part of Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Theme Hermit',
'description': 'Theme Hermit',
'category': 'Theme/Hidden',
'version': '1.0.0',
'author': 'FlectraHQ',
'depends': ['website'],
'data': [
'views/assets.xml',
'views/customize_modal.xml',
],
'application': False,
}