flectra/addons/theme_leith/__manifest__.py

15 lines
366 B
Python
Raw Normal View History

2018-04-16 08:53:12 +02:00
# Part of Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Theme Leith',
'description': 'Theme Leith',
'category': 'Theme/Hidden',
'version': '1.0.0',
'author': 'FlectraHQ',
'depends': ['website'],
'data': [
'views/assets.xml',
'views/customize_modal.xml',
],
'application': False,
}