Skip to content

Commit

Permalink
[IMP] sale_commission_queued: add maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
toita86 committed Oct 21, 2024
1 parent a894016 commit 88f290d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions sale_commission_queued/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://odoo-community.org/page/maintainer-role>`__:
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-pedrobaeza|
|maintainer-renda-dev| |maintainer-aleuffre|

This module is part of the `OCA/commission <https://github.com/OCA/commission/tree/14.0/sale_commission_queued>`_ project on GitHub.

Expand Down
2 changes: 1 addition & 1 deletion sale_commission_queued/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
4 changes: 2 additions & 2 deletions sale_commission_queued/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
<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">maintainer</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/pedrobaeza"><img alt="pedrobaeza" src="https://github.com/pedrobaeza.png?size=40px" /></a></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/renda-dev"><img alt="renda-dev" src="https://github.com/renda-dev.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/aleuffre"><img alt="aleuffre" src="https://github.com/aleuffre.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/commission/tree/14.0/sale_commission_queued">OCA/commission</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>
Expand Down

0 comments on commit 88f290d

Please sign in to comment.