diff --git a/README.md b/README.md
index 5869380e8..779d972b9 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[intrastat_base](intrastat_base/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Intrastat reporting
[intrastat_product](intrastat_product/) | 17.0.1.0.0 | | Base module for Intrastat Product
+[intrastat_product_generic](intrastat_product_generic/) | 17.0.1.0.0 | | Generic Intrastat Product Declaration
[product_harmonized_system](product_harmonized_system/) | 17.0.1.2.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Product Import/Export reports
[product_harmonized_system_delivery](product_harmonized_system_delivery/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Hide native hs_code field provided by the delivery module
[product_harmonized_system_stock](product_harmonized_system_stock/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Adds a menu entry for H.S. codes
diff --git a/intrastat_product_generic/README.rst b/intrastat_product_generic/README.rst
index 185100a3b..1af207a76 100644
--- a/intrastat_product_generic/README.rst
+++ b/intrastat_product_generic/README.rst
@@ -7,7 +7,7 @@ Generic Intrastat Product Declaration
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:e47b7eadac8b71d6e2da99e4b22d865d30067e76a6dc3d7d8035c64b4e137d3a
+ !! source digest: sha256:65a2aa05f86f2d09cb4f2b534c7a3f17c99d17bb9c0603ce18ae78a067744929
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/intrastat_product_generic/static/description/index.html b/intrastat_product_generic/static/description/index.html
index 6b09b519f..2334696f3 100644
--- a/intrastat_product_generic/static/description/index.html
+++ b/intrastat_product_generic/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 adds a menu entry for a Generic Intrastat Product
@@ -411,7 +412,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 f01cf7844..1e848285d 100644
--- a/setup/_metapackage/pyproject.toml
+++ b/setup/_metapackage/pyproject.toml
@@ -1,9 +1,10 @@
[project]
name = "odoo-addons-oca-intrastat-extrastat"
-version = "17.0.20240912.0"
+version = "17.0.20240926.0"
dependencies = [
"odoo-addon-intrastat_base>=17.0dev,<17.1dev",
"odoo-addon-intrastat_product>=17.0dev,<17.1dev",
+ "odoo-addon-intrastat_product_generic>=17.0dev,<17.1dev",
"odoo-addon-product_harmonized_system>=17.0dev,<17.1dev",
"odoo-addon-product_harmonized_system_delivery>=17.0dev,<17.1dev",
"odoo-addon-product_harmonized_system_stock>=17.0dev,<17.1dev",