summaryrefslogtreecommitdiff
path: root/addons/hr_maintenance/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/hr_maintenance/__manifest__.py')
-rw-r--r--addons/hr_maintenance/__manifest__.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/addons/hr_maintenance/__manifest__.py b/addons/hr_maintenance/__manifest__.py
new file mode 100644
index 00000000..0d32aaed
--- /dev/null
+++ b/addons/hr_maintenance/__manifest__.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+
+{
+ 'name': 'Maintenance - HR',
+ 'version': '1.0',
+ 'sequence': 125,
+ 'category': 'Human Resources',
+ 'description': """
+ Bridge between HR and Maintenance.""",
+ 'depends': ['hr', 'maintenance'],
+ 'summary': 'Equipments, Assets, Internal Hardware, Allocation Tracking',
+ 'data': [
+ 'security/equipment.xml',
+ 'views/maintenance_views.xml',
+ 'views/hr_views.xml',
+ ],
+ 'demo': [],
+ 'installable': True,
+ 'auto_install': True,
+ 'license': 'LGPL-3',
+}