oca-technical/odoo-bringout-oca-management-system-mgmtsystem_evaluation_hr/mgmtsystem_evaluation_hr/__manifest__.py
2025-08-29 15:43:03 +02:00

17 lines
491 B
Python

# Copyright 2023 Dixmit
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Mgmtsystem Evaluation Hr",
"summary": """
Allow to use evaluations on Employees""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Dixmit,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"depends": ["mgmtsystem_evaluation", "hr"],
"data": [
"views/hr_employee.xml",
],
"demo": [],
}