Skip to content

Commit 8ab7c11

Browse files
committed
[IMP] partner_invoicing_mode_at_shipping: pre-commit auto fixes
1 parent 44406ca commit 8ab7c11

File tree

8 files changed

+54
-48
lines changed

8 files changed

+54
-48
lines changed

partner_invoicing_mode_at_shipping/README.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ Partner Invoicing Mode At Shipping
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github
20-
:target: https://github.com/OCA/account-invoicing/tree/16.0/partner_invoicing_mode_at_shipping
20+
:target: https://github.com/OCA/account-invoicing/tree/17.0/partner_invoicing_mode_at_shipping
2121
:alt: OCA/account-invoicing
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode_at_shipping
23+
:target: https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-partner_invoicing_mode_at_shipping
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&target_branch=17.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

31-
This module allows to select a `At shipping` invoicing mode for a customer.
32-
It is based on `partner_invoicing_mode`.
33-
When this mode is selected the customer will be invoiced automatically on
34-
delivery of the goods.
31+
This module allows to select a At shipping invoicing mode for a
32+
customer. It is based on partner_invoicing_mode. When this mode is
33+
selected the customer will be invoiced automatically on delivery of the
34+
goods.
3535

36-
Another option is the 'One Invoice Per Shipping'. That one is not compatible
37-
with the 'At shipping' invoicing mode. In that case, the invoicing validation
38-
will occur at a different moment (monthly, ...).
36+
Another option is the 'One Invoice Per Shipping'. That one is not
37+
compatible with the 'At shipping' invoicing mode. In that case, the
38+
invoicing validation will occur at a different moment (monthly, ...).
3939

4040
**Table of contents**
4141

@@ -48,36 +48,36 @@ Bug Tracker
4848
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoicing/issues>`_.
4949
In case of trouble, please check there if your issue has already been reported.
5050
If you spotted it first, help us to smash it by providing a detailed and welcomed
51-
`feedback <https://github.com/OCA/account-invoicing/issues/new?body=module:%20partner_invoicing_mode_at_shipping%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
51+
`feedback <https://github.com/OCA/account-invoicing/issues/new?body=module:%20partner_invoicing_mode_at_shipping%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5252

5353
Do not contact contributors directly about support or help with technical issues.
5454

5555
Credits
5656
=======
5757

5858
Authors
59-
~~~~~~~
59+
-------
6060

6161
* Camptocamp
6262

6363
Contributors
64-
~~~~~~~~~~~~
64+
------------
6565

66-
* `Camptocamp <https://www.camptocamp.com>`_:
66+
- `Camptocamp <https://www.camptocamp.com>`__:
6767

68-
* Thierry Ducrest <[email protected]>
68+
- Thierry Ducrest <[email protected]>
6969

70-
* Phuc (Tran Thanh) <[email protected]>
70+
- Phuc (Tran Thanh) <[email protected]>
7171

7272
Other credits
73-
~~~~~~~~~~~~~
73+
-------------
7474

7575
The development of this module has been financially supported by:
7676

77-
* Camptocamp
77+
- Camptocamp
7878

7979
Maintainers
80-
~~~~~~~~~~~
80+
-----------
8181

8282
This module is maintained by the OCA.
8383

@@ -89,6 +89,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
8989
mission is to support the collaborative development of Odoo features and
9090
promote its widespread use.
9191

92-
This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/16.0/partner_invoicing_mode_at_shipping>`_ project on GitHub.
92+
This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/17.0/partner_invoicing_mode_at_shipping>`_ project on GitHub.
9393

9494
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- [Camptocamp](https://www.camptocamp.com):
2+
3+
> - Thierry Ducrest \<<[email protected]>\>
4+
5+
- Phuc (Tran Thanh) \<<[email protected]>\>

partner_invoicing_mode_at_shipping/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The development of this module has been financially supported by:
22

3-
* Camptocamp
3+
- Camptocamp
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This module allows to select a At shipping invoicing mode for a
2+
customer. It is based on partner_invoicing_mode. When this mode is
3+
selected the customer will be invoiced automatically on delivery of the
4+
goods.
5+
6+
Another option is the 'One Invoice Per Shipping'. That one is not
7+
compatible with the 'At shipping' invoicing mode. In that case, the
8+
invoicing validation will occur at a different moment (monthly, ...).

partner_invoicing_mode_at_shipping/readme/DESCRIPTION.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

partner_invoicing_mode_at_shipping/static/description/index.html

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger ([email protected])
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -368,14 +369,14 @@ <h1 class="title">Partner Invoicing Mode At Shipping</h1>
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369370
!! source digest: sha256:6f96589039ddad82b6acdcd148f04264085935d83c2fc147507bf3ab3ae41c1b
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoicing/tree/16.0/partner_invoicing_mode_at_shipping"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode_at_shipping"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372-
<p>This module allows to select a <cite>At shipping</cite> invoicing mode for a customer.
373-
It is based on <cite>partner_invoicing_mode</cite>.
374-
When this mode is selected the customer will be invoiced automatically on
375-
delivery of the goods.</p>
376-
<p>Another option is the ‘One Invoice Per Shipping’. That one is not compatible
377-
with the ‘At shipping’ invoicing mode. In that case, the invoicing validation
378-
will occur at a different moment (monthly, …).</p>
372+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoicing/tree/17.0/partner_invoicing_mode_at_shipping"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-partner_invoicing_mode_at_shipping"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373+
<p>This module allows to select a At shipping invoicing mode for a
374+
customer. It is based on partner_invoicing_mode. When this mode is
375+
selected the customer will be invoiced automatically on delivery of the
376+
goods.</p>
377+
<p>Another option is the ‘One Invoice Per Shipping’. That one is not
378+
compatible with the ‘At shipping’ invoicing mode. In that case, the
379+
invoicing validation will occur at a different moment (monthly, …).</p>
379380
<p><strong>Table of contents</strong></p>
380381
<div class="contents local topic" id="contents">
381382
<ul class="simple">
@@ -394,7 +395,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
394395
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-invoicing/issues">GitHub Issues</a>.
395396
In case of trouble, please check there if your issue has already been reported.
396397
If you spotted it first, help us to smash it by providing a detailed and welcomed
397-
<a class="reference external" href="https://github.com/OCA/account-invoicing/issues/new?body=module:%20partner_invoicing_mode_at_shipping%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
398+
<a class="reference external" href="https://github.com/OCA/account-invoicing/issues/new?body=module:%20partner_invoicing_mode_at_shipping%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
398399
<p>Do not contact contributors directly about support or help with technical issues.</p>
399400
</div>
400401
<div class="section" id="credits">
@@ -429,11 +430,13 @@ <h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
429430
<div class="section" id="maintainers">
430431
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
431432
<p>This module is maintained by the OCA.</p>
432-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
433+
<a class="reference external image-reference" href="https://odoo-community.org">
434+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
435+
</a>
433436
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
434437
mission is to support the collaborative development of Odoo features and
435438
promote its widespread use.</p>
436-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoicing/tree/16.0/partner_invoicing_mode_at_shipping">OCA/account-invoicing</a> project on GitHub.</p>
439+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoicing/tree/17.0/partner_invoicing_mode_at_shipping">OCA/account-invoicing</a> project on GitHub.</p>
437440
<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>
438441
</div>
439442
</div>

0 commit comments

Comments
 (0)