diff --git a/base_import_odoo/README.rst b/base_import_odoo/README.rst
index 5e6429ab9..1f0971632 100644
--- a/base_import_odoo/README.rst
+++ b/base_import_odoo/README.rst
@@ -118,6 +118,17 @@ 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.
 
+.. |maintainer-hbrunn| image:: https://github.com/hbrunn.png?size=40px
+    :target: https://github.com/hbrunn
+    :alt: hbrunn
+.. |maintainer-thomaspaulb| image:: https://github.com/thomaspaulb.png?size=40px
+    :target: https://github.com/thomaspaulb
+    :alt: thomaspaulb
+
+Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
+
+|maintainer-hbrunn| |maintainer-thomaspaulb| 
+
 This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/16.0/base_import_odoo>`_ project on GitHub.
 
 You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/base_import_odoo/__manifest__.py b/base_import_odoo/__manifest__.py
index ae39bd779..ec080a7ab 100644
--- a/base_import_odoo/__manifest__.py
+++ b/base_import_odoo/__manifest__.py
@@ -26,4 +26,5 @@
     ],
     "installable": True,
     "external_dependencies": {"python": ["odoorpc"]},
+    "maintainers": ["hbrunn", "thomaspaulb"],
 }
diff --git a/base_import_odoo/static/description/index.html b/base_import_odoo/static/description/index.html
index 2a4a11faa..a8ebbb1fd 100644
--- a/base_import_odoo/static/description/index.html
+++ b/base_import_odoo/static/description/index.html
@@ -443,6 +443,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
 <p>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.</p>
+<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
+<p><a class="reference external image-reference" href="https://github.com/hbrunn"><img alt="hbrunn" src="https://github.com/hbrunn.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/thomaspaulb"><img alt="thomaspaulb" src="https://github.com/thomaspaulb.png?size=40px" /></a></p>
 <p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/16.0/base_import_odoo">OCA/server-tools</a> project on GitHub.</p>
 <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
 </div>