From 95727eefab4e5d4383f5b8b3c75d1ef334248fe4 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 5 Dec 2024 11:11:23 +0100 Subject: [PATCH] [ADD] base_import_odoo: maintainers --- base_import_odoo/README.rst | 11 +++++++++++ base_import_odoo/__manifest__.py | 1 + base_import_odoo/static/description/index.html | 2 ++ 3 files changed, 14 insertions(+) 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 `__: + +|maintainer-hbrunn| |maintainer-thomaspaulb| + This module is part of the `OCA/server-tools `_ 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

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.

+

Current maintainers:

+

hbrunn thomaspaulb

This module is part of the OCA/server-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.