Skip to content

Commit

Permalink
[IMP] Run pre-commit in all repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-teruel committed Sep 26, 2024
1 parent a794755 commit 8ee3a76
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 75 deletions.
10 changes: 4 additions & 6 deletions account_commission/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ For selecting invoice status in commissions:
- **Invoice Based**: Commissions are settled when the invoice is
issued.
- **Payment Based**: Commissions are settled when the invoice is
paid.
paid or refunded. Note that when refunding an invoice, the
corresponding reversed commission will be settled as well,
resulting in a 0 net commission between both operations.

Usage
=====
Expand Down Expand Up @@ -128,11 +130,11 @@ Contributors
- Nicola Malcontenti <[email protected]>
- Aitor Bouzas <[email protected]>
- Alexei Rivera <[email protected]>
- Mina Samir <[email protected]>
- `Tecnativa <https://www.tecnativa.com>`__:

- Pedro M. Baeza
- Manuel Calero
- Sergio Teruel

- `Quartile <https://www.quartile.co>`__:

Expand All @@ -143,10 +145,6 @@ Contributors

- Ethan Hildick

- `Sygel <https://www.sygel.es>`__:

- Alberto Martínez

Maintainers
-----------

Expand Down
3 changes: 2 additions & 1 deletion account_commission/models/commission.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ class Commission(models.Model):
default="open",
help="Select the invoice status for settling the commissions:\n"
"* 'Invoice Based': Commissions are settled when the invoice is issued.\n"
"* 'Payment Based': Commissions are settled when the invoice is paid (or refunded).",
"* 'Payment Based': Commissions are settled when the invoice is paid "
"(or refunded).",
)
4 changes: 3 additions & 1 deletion account_commission/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ For selecting invoice status in commissions:
- **Invoice Based**: Commissions are settled when the invoice is
issued.
- **Payment Based**: Commissions are settled when the invoice is
paid.
paid or refunded. Note that when refunding an invoice, the
corresponding reversed commission will be settled as well,
resulting in a 0 net commission between both operations.
8 changes: 0 additions & 8 deletions account_commission/readme/CONFIGURE.rst

This file was deleted.

4 changes: 1 addition & 3 deletions account_commission/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
- Nicola Malcontenti \<<[email protected]>\>
- Aitor Bouzas \<<[email protected]>\>
- Alexei Rivera \<<[email protected]>\>
- Mina Samir \<<[email protected]>\>
- [Tecnativa](https://www.tecnativa.com):
- Pedro M. Baeza
- Manuel Calero
- Sergio Teruel
- [Quartile](https://www.quartile.co):
- Aung Ko Ko Lin
- Yoshi Tashiro
- [Studio73](https://www.studio73.es):
- Ethan Hildick
- [Sygel](https://www.sygel.es):
- Alberto Martínez
25 changes: 0 additions & 25 deletions account_commission/readme/CONTRIBUTORS.rst

This file was deleted.

10 changes: 4 additions & 6 deletions account_commission/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,9 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
<li><strong>Invoice Based</strong>: Commissions are settled when the invoice is
issued.</li>
<li><strong>Payment Based</strong>: Commissions are settled when the invoice is
paid.</li>
paid or refunded. Note that when refunding an invoice, the
corresponding reversed commission will be settled as well,
resulting in a 0 net commission between both operations.</li>
</ul>
</li>
</ol>
Expand Down Expand Up @@ -475,10 +477,10 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<li>Nicola Malcontenti &lt;<a class="reference external" href="mailto:nicola.malcontenti&#64;agilebg.com">nicola.malcontenti&#64;agilebg.com</a>&gt;</li>
<li>Aitor Bouzas &lt;<a class="reference external" href="mailto:aitor.bouzas&#64;adaptivecity.com">aitor.bouzas&#64;adaptivecity.com</a>&gt;</li>
<li>Alexei Rivera &lt;<a class="reference external" href="mailto:arivera&#64;archeti.com">arivera&#64;archeti.com</a>&gt;</li>
<li>Mina Samir &lt;<a class="reference external" href="mailto:minaw349&#64;outlook.com">minaw349&#64;outlook.com</a>&gt;</li>
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
<li>Pedro M. Baeza</li>
<li>Manuel Calero</li>
<li>Sergio Teruel</li>
</ul>
</li>
<li><a class="reference external" href="https://www.quartile.co">Quartile</a>:<ul>
Expand All @@ -490,10 +492,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<li>Ethan Hildick</li>
</ul>
</li>
<li><a class="reference external" href="https://www.sygel.es">Sygel</a>:<ul>
<li>Alberto Martínez</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
1 change: 1 addition & 0 deletions commission/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Contributors

- Pedro M. Baeza
- Manuel Calero
- Sergio Teruel

- `Quartile <https://www.quartile.co>`__:

Expand Down
1 change: 1 addition & 0 deletions commission/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Tecnativa](https://www.tecnativa.com):
- Pedro M. Baeza
- Manuel Calero
- Sergio Teruel
- [Quartile](https://www.quartile.co):
- Aung Ko Ko Lin
- Yoshi Tashiro
Expand Down
25 changes: 0 additions & 25 deletions commission/readme/CONTRIBUTORS.rst

This file was deleted.

1 change: 1 addition & 0 deletions commission/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
<li>Pedro M. Baeza</li>
<li>Manuel Calero</li>
<li>Sergio Teruel</li>
</ul>
</li>
<li><a class="reference external" href="https://www.quartile.co">Quartile</a>:<ul>
Expand Down

0 comments on commit 8ee3a76

Please sign in to comment.