diff --git a/README.md b/README.md
index 03c6569edb0..7c0201d3454 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ addon | version | maintainers | summary
[hr_employee_digitized_signature](hr_employee_digitized_signature/) | 16.0.1.0.0 | [![newtratip](https://github.com/newtratip.png?size=30px)](https://github.com/newtratip) | Employee Digitized Signature
[hr_employee_document](hr_employee_document/) | 16.0.1.0.0 | | Documents attached to the employee profile
[hr_employee_firstname](hr_employee_firstname/) | 16.0.1.0.2 | [![Savoir-faire Linux](https://github.com/Savoir-faire Linux.png?size=30px)](https://github.com/Savoir-faire Linux) [![luisg123v](https://github.com/luisg123v.png?size=30px)](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_lastnames](hr_employee_lastnames/) | 16.0.1.0.2 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Split Name in First Name, Father's Last Name and Mother's Last Name
[hr_employee_medical_examination](hr_employee_medical_examination/) | 16.0.1.0.0 | | Adds information about employee's medical examinations
[hr_employee_partner_external](hr_employee_partner_external/) | 16.0.1.0.0 | | Associate an external Partner to Employee
diff --git a/hr_employee_group_overview_readonly/README.rst b/hr_employee_group_overview_readonly/README.rst
index 99d2ac6d860..0ad216cdbe5 100644
--- a/hr_employee_group_overview_readonly/README.rst
+++ b/hr_employee_group_overview_readonly/README.rst
@@ -7,7 +7,7 @@ HR Employee Group Overview Readonly
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:c3d67e31c275c125fd52ca142b54912aef05cc1b99fa6930908312556ca71919
+ !! source digest: sha256:f1d1cf4116294dae7f4a5ad7a628b4773a3ac510cf61372a404fe5a6817268e0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/hr_employee_group_overview_readonly/static/description/icon.png b/hr_employee_group_overview_readonly/static/description/icon.png
new file mode 100644
index 00000000000..3a0328b516c
Binary files /dev/null and b/hr_employee_group_overview_readonly/static/description/icon.png differ
diff --git a/hr_employee_group_overview_readonly/static/description/index.html b/hr_employee_group_overview_readonly/static/description/index.html
index 50cf895e748..e0afc543b17 100644
--- a/hr_employee_group_overview_readonly/static/description/index.html
+++ b/hr_employee_group_overview_readonly/static/description/index.html
@@ -8,11 +8,10 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
+:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z 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 +274,7 @@
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: gray; } /* line numbers */
+pre.code .ln { color: grey; } /* 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 +300,7 @@
span.pre {
white-space: pre }
-span.problematic, pre.problematic {
+span.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +366,7 @@
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/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt
index a558d42cf7d..fbf1cd5797c 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20240529.0
\ No newline at end of file
+16.0.20240530.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index d7bc08bf2c0..16d24c19c1d 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -17,6 +17,7 @@
'odoo-addon-hr_employee_digitized_signature>=16.0dev,<16.1dev',
'odoo-addon-hr_employee_document>=16.0dev,<16.1dev',
'odoo-addon-hr_employee_firstname>=16.0dev,<16.1dev',
+ 'odoo-addon-hr_employee_group_overview_readonly>=16.0dev,<16.1dev',
'odoo-addon-hr_employee_lastnames>=16.0dev,<16.1dev',
'odoo-addon-hr_employee_medical_examination>=16.0dev,<16.1dev',
'odoo-addon-hr_employee_partner_external>=16.0dev,<16.1dev',