mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
25 lines
617 B
Python
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',
|
|
}
|