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