diff --git a/pms_hr_property/README.rst b/pms_hr_property/README.rst index 11d706bb6..9ba24f563 100644 --- a/pms_hr_property/README.rst +++ b/pms_hr_property/README.rst @@ -7,7 +7,7 @@ PMS Hr Property !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:30ae089c24543b98d5ecaf50b945104ba17da4656df5eb63a23ca281fce568f5 + !! source digest: sha256:5542a95381d15a9ae2cba13febb427944f45e45efc07981792d91cfbb02ffb82 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pms_hr_property/__manifest__.py b/pms_hr_property/__manifest__.py index 38b87fa28..35d8ad8ae 100644 --- a/pms_hr_property/__manifest__.py +++ b/pms_hr_property/__manifest__.py @@ -2,20 +2,20 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { - 'name': 'PMS Hr Property', - 'summary': """ + "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', + "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': [ + "depends": [ "hr", "pms", ], - 'data': [ - 'views/hr_employee_view.xml', + "data": [ + "views/hr_employee_view.xml", ], "installable": True, } diff --git a/pms_hr_property/models/hr_employee.py b/pms_hr_property/models/hr_employee.py index 7d560322b..3478af16a 100644 --- a/pms_hr_property/models/hr_employee.py +++ b/pms_hr_property/models/hr_employee.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -from odoo import _, api, fields, models +from odoo import fields, models class HrEmployeeBase(models.AbstractModel): diff --git a/pms_hr_property/static/description/index.html b/pms_hr_property/static/description/index.html index 8a56fd8dd..06f6842f7 100644 --- a/pms_hr_property/static/description/index.html +++ b/pms_hr_property/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:30ae089c24543b98d5ecaf50b945104ba17da4656df5eb63a23ca281fce568f5 +!! source digest: sha256:5542a95381d15a9ae2cba13febb427944f45e45efc07981792d91cfbb02ffb82 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module extends the functionality of hr to support multiproperty in PMS.
diff --git a/pms_hr_property/views/hr_employee_view.xml b/pms_hr_property/views/hr_employee_view.xml
index d24ed30a4..a8d9fe8b9 100644
--- a/pms_hr_property/views/hr_employee_view.xml
+++ b/pms_hr_property/views/hr_employee_view.xml
@@ -1,4 +1,4 @@
-
+