Files
pms/pms_hr_property/__manifest__.py
2024-10-15 15:50:02 +00:00

20 lines
559 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.1.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", "views/pms_hr_property_view.xml"],
"installable": True,
}