employee_kpi/__manifest__.py
2026-02-05 18:45:49 +07:00

27 lines
796 B
Python

{
'name': 'Employee KPI',
'version': '19.0.1.0.0',
'category': 'Human Resources',
'summary': 'Manage Employee Key Performance Indicators',
'description': """
Employee KPI Module
===================
Allows employees and managers to track KPIs.
- Create Master KPIs
- Employee "Realization" input
- Automated calculation based on polarization (Max, Min, Min-Max)
""",
'author': 'Antigravity',
'depends': ['base', 'hr', 'portal', 'website'],
'data': [
'security/res_groups.xml',
'security/ir.model.access.csv',
'views/kpi_views.xml',
'views/kpi_menus.xml',
'views/kpi_portal_templates.xml',
],
'installable': True,
'application': True,
'license': 'LGPL-3',
}