Files
suite/hr_department_project/__manifest__.py
2019-08-29 10:44:45 -04:00

25 lines
631 B
Python

{
'name': 'HR Department Project',
'version': '12.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Human Resources',
'summary': 'Provide default project per Department',
'description': """
HR Department Project
=====================
Define a 'default project' for every department. This is a bridge module to allow other modules to use this behavior.
""",
'website': 'https://hibou.io/',
'depends': [
'project',
'hr',
],
'data': [
'views/hr_views.xml',
'views/project_views.xml',
],
'installable': True,
'auto_install': False,
}