diff --git a/README.md b/README.md
index 8e48c12b..024980be 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,11 @@ TODO: add repo description.
[//]: # (addons)
-This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
+Available addons
+----------------
+addon | version | maintainers | summary
+--- | --- | --- | ---
+[partner_survey](partner_survey/) | 17.0.1.0.0 | | Link partners with their survey results
[//]: # (end addons)
diff --git a/partner_survey/README.rst b/partner_survey/README.rst
index f0e07a86..c108f6f0 100644
--- a/partner_survey/README.rst
+++ b/partner_survey/README.rst
@@ -7,7 +7,7 @@ Partner Survey
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:2045d5f08db5867aacfc83c1dac1d533283eeaed42ff0558f45fecd9ca671867
+ !! source digest: sha256:6951b79cb23bcd34a8ca66136c033d5fce24ad93c513aac966319dbc76f894f2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/partner_survey/static/description/index.html b/partner_survey/static/description/index.html
index b3695357..f183cb13 100644
--- a/partner_survey/static/description/index.html
+++ b/partner_survey/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 adds a smartbutton to partner form linked with surveys.
@@ -427,9 +426,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/pyproject.toml b/setup/_metapackage/pyproject.toml
new file mode 100644
index 00000000..48b7c6a1
--- /dev/null
+++ b/setup/_metapackage/pyproject.toml
@@ -0,0 +1,11 @@
+[project]
+name = "odoo-addons-oca-survey"
+version = "17.0.20240605.0"
+dependencies = [
+ "odoo-addon-partner_survey>=17.0dev,<17.1dev",
+]
+classifiers=[
+ "Programming Language :: Python",
+ "Framework :: Odoo",
+ "Framework :: Odoo :: 17.0",
+]