From 123caa2d284679f444dcffd73433cc69c8d4c726 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 | 8 ++++----
sale_commission_queued/__manifest__.py | 2 +-
sale_commission_queued/static/description/index.html | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sale_commission_queued/README.rst b/sale_commission_queued/README.rst
index a9643ec54..e88c3ca7e 100644
--- a/sale_commission_queued/README.rst
+++ b/sale_commission_queued/README.rst
@@ -77,13 +77,13 @@ 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
Current `maintainer `__:
-|maintainer-pedrobaeza|
+|maintainer-renda-dev|
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..32209d62a 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"],
"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..c61a7d404 100644
--- a/sale_commission_queued/static/description/index.html
+++ b/sale_commission_queued/static/description/index.html
@@ -421,7 +421,7 @@
mission is to support the collaborative development of Odoo features and
promote its widespread use.
Current maintainer:
-
+
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.