From 88f290d31a7794ad27a76a69d27d7616467dcab6 Mon Sep 17 00:00:00 2001 From: Eduard Brahas Date: Tue, 13 Aug 2024 16:50:44 +0200 Subject: [PATCH] [IMP] sale_commission_queued: add maintainers --- sale_commission_queued/README.rst | 13 ++++++++----- sale_commission_queued/__manifest__.py | 2 +- .../static/description/index.html | 4 ++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/sale_commission_queued/README.rst b/sale_commission_queued/README.rst index a9643ec54..0f45a4372 100644 --- a/sale_commission_queued/README.rst +++ b/sale_commission_queued/README.rst @@ -77,13 +77,16 @@ 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-pedrobaeza| image:: https://github.com/pedrobaeza.png?size=40px - :target: https://github.com/pedrobaeza - :alt: pedrobaeza +.. |maintainer-renda-dev| image:: https://github.com/renda-dev.png?size=40px + :target: https://github.com/renda-dev + :alt: renda-dev +.. |maintainer-aleuffre| image:: https://github.com/aleuffre.png?size=40px + :target: https://github.com/aleuffre + :alt: aleuffre -Current `maintainer `__: +Current `maintainers `__: -|maintainer-pedrobaeza| +|maintainer-renda-dev| |maintainer-aleuffre| This module is part of the `OCA/commission `_ project on GitHub. diff --git a/sale_commission_queued/__manifest__.py b/sale_commission_queued/__manifest__.py index 8447a169d..ba486b201 100644 --- a/sale_commission_queued/__manifest__.py +++ b/sale_commission_queued/__manifest__.py @@ -6,7 +6,7 @@ "license": "AGPL-3", "depends": ["sale_commission", "queue_job"], "website": "https://github.com/OCA/commission", - "maintainers": ["pedrobaeza"], + "maintainers": ["renda-dev", "aleuffre"], "data": [ "wizard/wizard_invoice.xml", ], diff --git a/sale_commission_queued/static/description/index.html b/sale_commission_queued/static/description/index.html index 7e46b3d6f..c66979b19 100644 --- a/sale_commission_queued/static/description/index.html +++ b/sale_commission_queued/static/description/index.html @@ -420,8 +420,8 @@

Maintainers

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 maintainer:

-

pedrobaeza

+

Current maintainers:

+

renda-dev aleuffre

This module is part of the OCA/commission project on GitHub.

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