mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
20 lines
559 B
Python
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,
|
|
}
|