Files
suite/hibou_professional/__manifest__.py

25 lines
617 B
Python

# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'Hibou Professional',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Tools',
'depends': ['mail'],
'version': '12.0.1.0.0',
'description': """
Hibou Professional Support and Billing
======================================
""",
'website': 'https://hibou.io/',
'data': [
'views/webclient_templates.xml',
],
'qweb': [
'static/src/xml/templates.xml',
],
'installable': True,
'auto_install': True,
'license': 'OPL-1',
}