diff --git a/README.md b/README.md
index 6ce216a422..a227a5109a 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ addon | version | maintainers | summary
[pos_bypass_global_discount](pos_bypass_global_discount/) | 16.0.1.0.0 | | POS Bypass Global Discount
[pos_cash_control_override](pos_cash_control_override/) | 16.0.1.0.0 | | Override bare PoS user cash control restrictions
[pos_config_logo](pos_config_logo/) | 16.0.1.0.0 | | Set logotypes different from the company's one
+[pos_container_deposit](pos_container_deposit/) | 16.0.1.0.0 | | This module is used to manage container deposits for products in Point of Sale.
[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_customer_tree_view_vat](pos_customer_tree_view_vat/) | 16.0.1.0.1 | [![mileo](https://github.com/mileo.png?size=30px)](https://github.com/mileo) | Point of Sale: Show VAT number at Customer Tree View
[pos_daily_sales_reports_category_only](pos_daily_sales_reports_category_only/) | 16.0.1.0.0 | | Show Sales Reports by Category
diff --git a/pos_container_deposit/README.rst b/pos_container_deposit/README.rst
index f36b42d5e0..c09b399447 100644
--- a/pos_container_deposit/README.rst
+++ b/pos_container_deposit/README.rst
@@ -7,7 +7,7 @@ POS Container Deposit
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:08eafc2a868af163a631280209611f70bcd159c77f08568a6e8c9b93a7088910
+ !! source digest: sha256:32a0d00fa71650c51313d74e5b39e1bbec3b17934e275fd3b2e875411d4422f4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/pos_container_deposit/static/description/icon.png b/pos_container_deposit/static/description/icon.png
new file mode 100644
index 0000000000..3a0328b516
Binary files /dev/null and b/pos_container_deposit/static/description/icon.png differ
diff --git a/pos_container_deposit/static/description/index.html b/pos_container_deposit/static/description/index.html
index 546588678b..ff28166fdb 100644
--- a/pos_container_deposit/static/description/index.html
+++ b/pos_container_deposit/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 the use of deposit products for PoS products.
@@ -445,7 +446,9 @@
This module is maintained by the OCA.
-
![Odoo Community Association](https://odoo-community.org/logo.png)
+
+
+
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 62cdf7f8c8..2266c18a46 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20250131.0
\ No newline at end of file
+16.0.20250203.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index 993f8049ff..fc8baf8895 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -12,6 +12,7 @@
'odoo-addon-pos_bypass_global_discount>=16.0dev,<16.1dev',
'odoo-addon-pos_cash_control_override>=16.0dev,<16.1dev',
'odoo-addon-pos_config_logo>=16.0dev,<16.1dev',
+ 'odoo-addon-pos_container_deposit>=16.0dev,<16.1dev',
'odoo-addon-pos_customer_comment>=16.0dev,<16.1dev',
'odoo-addon-pos_customer_tree_view_vat>=16.0dev,<16.1dev',
'odoo-addon-pos_daily_sales_reports_category_only>=16.0dev,<16.1dev',