diff --git a/README.md b/README.md
index a8f7b29535..64ff6e0fc8 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[pos_access_right](pos_access_right/) | 16.0.1.0.1 | | Point of Sale - Extra Access Right for certain actions
+[pos_config_logo](pos_config_logo/) | 16.0.1.0.0 | | Set logotypes different from the company's one
[pos_customer_comment](pos_customer_comment/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Display Customer comment in the PoS front office and allow to edit and save it by the cashier
[pos_daily_sales_reports_category_only](pos_daily_sales_reports_category_only/) | 16.0.1.0.0 | | Show Sales Reports by Category
[pos_default_partner](pos_default_partner/) | 16.0.1.0.0 | | Add a default customer in pos order
diff --git a/pos_config_logo/README.rst b/pos_config_logo/README.rst
index d5d7dc0cdb..39721c932a 100644
--- a/pos_config_logo/README.rst
+++ b/pos_config_logo/README.rst
@@ -7,7 +7,7 @@ Point of sale logo
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:052184e1419e25ca8ac4b80ee22bbdca5c895a8ca9a87eec0640cd85645668a5
+ !! source digest: sha256:a46f588741e2e614e704b6d09afcfef2771443c7d94642035b8a9047ea97bebd
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/pos_config_logo/static/description/icon.png b/pos_config_logo/static/description/icon.png
new file mode 100644
index 0000000000..3a0328b516
Binary files /dev/null and b/pos_config_logo/static/description/icon.png differ
diff --git a/pos_config_logo/static/description/index.html b/pos_config_logo/static/description/index.html
index bc7e02d816..6b8a4b4f37 100644
--- a/pos_config_logo/static/description/index.html
+++ b/pos_config_logo/static/description/index.html
@@ -8,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.
@@ -274,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 }
@@ -300,7 +301,7 @@
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -366,7 +367,7 @@
This module allows to configure a point of sale logo per config to
@@ -437,7 +438,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/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt
index a5dadfcd04..ed9edb18a4 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20240703.1
\ No newline at end of file
+16.0.20240719.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index e26f898b73..66e888c612 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -9,6 +9,7 @@
version=version,
install_requires=[
'odoo-addon-pos_access_right>=16.0dev,<16.1dev',
+ 'odoo-addon-pos_config_logo>=16.0dev,<16.1dev',
'odoo-addon-pos_customer_comment>=16.0dev,<16.1dev',
'odoo-addon-pos_daily_sales_reports_category_only>=16.0dev,<16.1dev',
'odoo-addon-pos_default_partner>=16.0dev,<16.1dev',