diff --git a/README.md b/README.md
index bd1d6a01506..03f411d93fa 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ addon | version | maintainers | summary
[hr_employee_digitized_signature](hr_employee_digitized_signature/) | 16.0.1.0.0 | [](https://github.com/newtratip) | Employee Digitized Signature
[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 | [](https://github.com/ursais) | HR Employee Document from Applicant
-[hr_employee_firstname](hr_employee_firstname/) | 16.0.1.0.2 | [](https://github.com/Savoir-faire Linux) [](https://github.com/luisg123v) | Adds First Name to Employee
+[hr_employee_firstname](hr_employee_firstname/) | 16.0.1.0.3 | [](https://github.com/Savoir-faire Linux) [](https://github.com/luisg123v) | Adds First Name to Employee
[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.0 | | Employee ID
[hr_employee_lastnames](hr_employee_lastnames/) | 16.0.1.0.2 | [](https://github.com/luisg123v) | Split Name in First Name, Father's Last Name and Mother's Last Name
diff --git a/hr_employee_firstname/README.rst b/hr_employee_firstname/README.rst
index c94bd23ebcb..2cabd57deba 100644
--- a/hr_employee_firstname/README.rst
+++ b/hr_employee_firstname/README.rst
@@ -7,7 +7,7 @@ HR Employee First Name, Last Name
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:ffa31618c18bdd243ee469b30e00a10c4adb1625eb8e0723c119219deaa7bab8
+ !! source digest: sha256:3e43f6f6ed53b5d32d827fc1ad2fa817a7290e76c0c6f2200df2312c8d4c69a4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/hr_employee_firstname/__manifest__.py b/hr_employee_firstname/__manifest__.py
index 2b061299b47..c5c11c3bb8a 100644
--- a/hr_employee_firstname/__manifest__.py
+++ b/hr_employee_firstname/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "HR Employee First Name, Last Name",
- "version": "16.0.1.0.2",
+ "version": "16.0.1.0.3",
"author": "Savoir-faire Linux, "
"Fekete Mihai (Forest and Biomass Services Romania), "
"Onestein, "
diff --git a/hr_employee_firstname/static/description/index.html b/hr_employee_firstname/static/description/index.html
index 2966c191a5a..d9c1c7ac975 100644
--- a/hr_employee_firstname/static/description/index.html
+++ b/hr_employee_firstname/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -275,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +367,7 @@ This module allows you to add firstname and lastname in employee form,
@@ -423,7 +423,9 @@
This module is maintained by the OCA.
-

+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
diff --git a/hr_employee_firstname/views/hr_view.xml b/hr_employee_firstname/views/hr_view.xml
index 1eded2cd101..2124e9ce1ad 100644
--- a/hr_employee_firstname/views/hr_view.xml
+++ b/hr_employee_firstname/views/hr_view.xml
@@ -11,14 +11,14 @@
-
+