mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
25 lines
664 B
Python
25 lines
664 B
Python
{
|
|
'name': 'Project Acceptance',
|
|
'version': '15.0.1.0.0',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'website': 'https://hibou.io/',
|
|
'license': 'AGPL-3',
|
|
'category': 'Tools',
|
|
'complexity': 'easy',
|
|
'description': """ """,
|
|
'depends': [
|
|
'project',
|
|
# 'project_exception',
|
|
],
|
|
'data': [
|
|
'data/mail_template_data.xml',
|
|
# 'report/project_report.xml',
|
|
# 'report/project_report_template.xml',
|
|
# 'security/project_acceptance_security.xml',
|
|
'views/project_portal_templates.xml',
|
|
'views/project_views.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|