flectra/addons/theme_art/__manifest__.py

15 lines
362 B
Python

# Part of Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Theme Art',
'description': 'Theme Art',
'category': 'Theme/Hidden',
'version': '1.0.0',
'author': 'FlectraHQ',
'depends': ['website'],
'data': [
'views/assets.xml',
'views/customize_modal.xml',
],
'application': False,
}