diff --git a/README.md b/README.md
index 9d0c072a96a..41e052e0436 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ addon | version | maintainers | summary
[product_code_unique](product_code_unique/) | 17.0.1.0.0 | | Set Product Internal Reference as Unique
[product_dimension](product_dimension/) | 17.0.1.0.0 | | Product Dimension
[product_logistics_uom](product_logistics_uom/) | 17.0.1.0.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) | Configure product weights and volume UoM
+[product_net_weight](product_net_weight/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add 'Net Weight' on product models
[product_packaging_dimension](product_packaging_dimension/) | 17.0.1.0.0 | | Manage packaging dimensions and weight
[product_pricelist_revision](product_pricelist_revision/) | 17.0.1.0.0 | | Product Pricelist Revision
[product_pricelist_supplierinfo](product_pricelist_supplierinfo/) | 17.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Allows to create priceslists based on supplier info
diff --git a/product_net_weight/README.rst b/product_net_weight/README.rst
index 36bbde8f648..648e924056b 100644
--- a/product_net_weight/README.rst
+++ b/product_net_weight/README.rst
@@ -7,7 +7,7 @@ Products - Net Weight
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:4aeae07043d7e7568ada0d6cdc7da1909337eb023b9bb610b800dcd35a1c830f
+ !! source digest: sha256:be79960244a2b6dced319ce8f5520ea3c7599e549e4dc1768ff5d1b6344e6d12
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/product_net_weight/static/description/index.html b/product_net_weight/static/description/index.html
index ccad0247e57..655037196ab 100644
--- a/product_net_weight/static/description/index.html
+++ b/product_net_weight/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 extends the functionality of stock module to support net
@@ -435,7 +436,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/pyproject.toml b/setup/_metapackage/pyproject.toml
index ef59fd35826..03eefd3c24b 100644
--- a/setup/_metapackage/pyproject.toml
+++ b/setup/_metapackage/pyproject.toml
@@ -1,12 +1,13 @@
[project]
name = "odoo-addons-oca-product-attribute"
-version = "17.0.20240923.0"
+version = "17.0.20241009.0"
dependencies = [
"odoo-addon-product_category_code>=17.0dev,<17.1dev",
"odoo-addon-product_code_mandatory>=17.0dev,<17.1dev",
"odoo-addon-product_code_unique>=17.0dev,<17.1dev",
"odoo-addon-product_dimension>=17.0dev,<17.1dev",
"odoo-addon-product_logistics_uom>=17.0dev,<17.1dev",
+ "odoo-addon-product_net_weight>=17.0dev,<17.1dev",
"odoo-addon-product_packaging_dimension>=17.0dev,<17.1dev",
"odoo-addon-product_pricelist_revision>=17.0dev,<17.1dev",
"odoo-addon-product_pricelist_supplierinfo>=17.0dev,<17.1dev",