Files
suite/maintenance_repair/__manifest__.py
2018-04-24 10:02:21 -07:00

26 lines
612 B
Python

{
'name': 'Equipment Repair',
'version': '11.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Human Resources',
'summary': 'Consume products on Maintenance Requests',
'description': """
Equipment Repair
================
Keep track of parts required to repair equipment.
""",
'website': 'https://hibou.io/',
'depends': [
'stock',
'maintenance_notebook',
'hr_department_project',
],
'data': [
'security/ir.model.access.csv',
'views/maintenance_views.xml',
],
'installable': True,
'auto_install': False,
}