diff --git a/README.md b/README.md
index 156c2ab65..42d665577 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
+--- | --- | --- | ---
+[base_geoengine](base_geoengine/) | 17.0.1.0.0 | | Geospatial support for Odoo
[//]: # (end addons)
diff --git a/base_geoengine/README.rst b/base_geoengine/README.rst
index c618d7ce5..a019e3442 100644
--- a/base_geoengine/README.rst
+++ b/base_geoengine/README.rst
@@ -7,7 +7,7 @@ Geospatial support for Odoo
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:ca0d50ab71f9c5f72d9eb718873840209f3575bb4cc105329cf8f330a2f7e4ac
+ !! source digest: sha256:120a763031af0baf572a3fe62056aaecc78ee43706b35ea218521126231cee6d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/base_geoengine/static/description/index.html b/base_geoengine/static/description/index.html
index 6b6fdf0ec..54de0b054 100644
--- a/base_geoengine/static/description/index.html
+++ b/base_geoengine/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 @@
GeoEngine is an Odoo module that adds spatial/GIS capabilites to Odoo.
@@ -702,7 +703,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
new file mode 100644
index 000000000..48a1f02c5
--- /dev/null
+++ b/setup/_metapackage/pyproject.toml
@@ -0,0 +1,11 @@
+[project]
+name = "odoo-addons-oca-geospatial"
+version = "17.0.20240927.0"
+dependencies = [
+ "odoo-addon-base_geoengine>=17.0dev,<17.1dev",
+]
+classifiers=[
+ "Programming Language :: Python",
+ "Framework :: Odoo",
+ "Framework :: Odoo :: 17.0",
+]