Initial commit: Hr packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:50 +02:00
commit 62531cd146
2820 changed files with 1432848 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# -*- 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',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}