Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -426,5 +431,6 @@ diff --git a/README.md b/README.md
index 30143a0d5d2..74d30d5dd15 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ addon | version | maintainers | summary
[hr_employee_document](hr_employee_document/) | 16.0.1.0.1 | | Documents attached to the employee profile
[hr_employee_document_from_applicant](hr_employee_document_from_applicant/) | 16.0.1.0.0 |
| HR Employee Document from Applicant
[hr_employee_firstname](hr_employee_firstname/) | 16.0.1.0.3 |
| Adds First Name to Employee
-[hr_employee_firstname_partner_firstname](hr_employee_firstname_partner_firstname/) | 16.0.1.0.0 |
| Glue module between partner_firstname and hr_employee_firstname
+[hr_employee_firstname_partner_firstname](hr_employee_firstname_partner_firstname/) | 16.0.1.0.1 |
| Glue module between partner_firstname and hr_employee_firstname
[hr_employee_group_overview_readonly](hr_employee_group_overview_readonly/) | 16.0.1.0.0 | | HR Employee Group Overview Readonly
[hr_employee_id](hr_employee_id/) | 16.0.1.0.1 | | Employee ID
[hr_employee_language](hr_employee_language/) | 16.0.1.0.1 | | HR Employee Language
diff --git a/hr_employee_firstname_partner_firstname/README.rst b/hr_employee_firstname_partner_firstname/README.rst
index d9c19b2bfb4..98cd89ca58c 100644
--- a/hr_employee_firstname_partner_firstname/README.rst
+++ b/hr_employee_firstname_partner_firstname/README.rst
@@ -1,3 +1,7 @@
+.. image:: https://odoo-community.org/readme-banner-image
+ :target: https://odoo-community.org/get-involved?utm_source=readme
+ :alt: Odoo Community Association
+
=============================================
Partner and HR Employee First Name, Last Name
=============================================
@@ -7,13 +11,13 @@ Partner and HR Employee First Name, Last Name
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:f3087fb7c0f7ec6999494364a3ed350352f8e4c438cdb600118d065bf6287c46
+ !! source digest: sha256:f8133001674dcc5f6ed6b78c352585132671707569f63763a24e777ecad6ab89
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhr-lightgray.png?logo=github
diff --git a/hr_employee_firstname_partner_firstname/__manifest__.py b/hr_employee_firstname_partner_firstname/__manifest__.py
index b954a809850..89f1820d0cb 100644
--- a/hr_employee_firstname_partner_firstname/__manifest__.py
+++ b/hr_employee_firstname_partner_firstname/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Partner and HR Employee First Name, Last Name",
- "version": "16.0.1.0.0",
+ "version": "16.0.1.0.1",
"author": "GRAP, Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/hr",
@@ -12,5 +12,5 @@
"summary": "Glue module between partner_firstname and hr_employee_firstname",
"depends": ["hr_employee_firstname", "partner_firstname"],
"installable": True,
- "autoinstall": True,
+ "auto_install": True,
}
diff --git a/hr_employee_firstname_partner_firstname/static/description/index.html b/hr_employee_firstname_partner_firstname/static/description/index.html
index 025943acc6f..5f491d33c6f 100644
--- a/hr_employee_firstname_partner_firstname/static/description/index.html
+++ b/hr_employee_firstname_partner_firstname/static/description/index.html
@@ -3,7 +3,7 @@
This module is glue module to make partner_firstname and hr_employee_firstname working together.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -397,21 +402,21 @@
Do not contact contributors directly about support or help with technical issues.