Files
pms/pms_hr_property/__manifest__.py
2023-12-19 10:44:47 +01:00

22 lines
540 B
Python

# Copyright 2023 OsoTranquilo
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "PMS Hr Property",
"summary": """
Adds to the employee the property on which he works.""",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "OsoTranquilo,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/pms",
"category": "PMS/HR",
"depends": [
"hr",
"pms",
],
"data": [
"views/hr_employee_view.xml",
],
"installable": True,
}