Skip to content

Commit c560a57

Browse files
[IMP] delivery_carrier_agency: pre-commit auto fixes
1 parent e009b88 commit c560a57

File tree

7 files changed

+38
-30
lines changed

7 files changed

+38
-30
lines changed

delivery_carrier_agency/README.rst

+14-13
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,22 @@ Delivery Carrier Agency
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%2Fdelivery--carrier-lightgray.png?logo=github
20-
:target: https://github.com/OCA/delivery-carrier/tree/16.0/delivery_carrier_agency
20+
:target: https://github.com/OCA/delivery-carrier/tree/17.0/delivery_carrier_agency
2121
:alt: OCA/delivery-carrier
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_carrier_agency
23+
:target: https://translation.odoo-community.org/projects/delivery-carrier-17-0/delivery-carrier-17-0-delivery_carrier_agency
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/delivery-carrier&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=17.0
2727
:alt: Try me on Runboat
2828

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

31-
Add carrier agency concept
32-
A delivery carrier may have one or mutliple agencies.
33-
The module does not add any logic around these agencies, it will be done in dedicated carrier modules if necessary.
34-
For instance, when generating label, sometimes, some information may depend on the agency that will receive the package, which may depend on the warehouse
31+
Add carrier agency concept A delivery carrier may have one or mutliple
32+
agencies. The module does not add any logic around these agencies, it
33+
will be done in dedicated carrier modules if necessary. For instance,
34+
when generating label, sometimes, some information may depend on the
35+
agency that will receive the package, which may depend on the warehouse
3536

3637
**Table of contents**
3738

@@ -44,25 +45,25 @@ Bug Tracker
4445
Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
4546
In case of trouble, please check there if your issue has already been reported.
4647
If you spotted it first, help us to smash it by providing a detailed and welcomed
47-
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_carrier_agency%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
48+
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_carrier_agency%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
4849

4950
Do not contact contributors directly about support or help with technical issues.
5051

5152
Credits
5253
=======
5354

5455
Authors
55-
~~~~~~~
56+
-------
5657

5758
* Akretion
5859

5960
Contributors
60-
~~~~~~~~~~~~
61+
------------
6162

62-
* Florian da Costa <florian.dacosta@akretion.com>
63+
- Florian da Costa <florian.dacosta@akretion.com>
6364

6465
Maintainers
65-
~~~~~~~~~~~
66+
-----------
6667

6768
This module is maintained by the OCA.
6869

@@ -74,6 +75,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
7475
mission is to support the collaborative development of Odoo features and
7576
promote its widespread use.
7677

77-
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/16.0/delivery_carrier_agency>`_ project on GitHub.
78+
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/17.0/delivery_carrier_agency>`_ project on GitHub.
7879

7980
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Florian da Costa \<<florian.dacosta@akretion.com>\>

delivery_carrier_agency/readme/CONTRIBUTORS.rst

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Add carrier agency concept A delivery carrier may have one or mutliple
2+
agencies. The module does not add any logic around these agencies, it
3+
will be done in dedicated carrier modules if necessary. For instance,
4+
when generating label, sometimes, some information may depend on the
5+
agency that will receive the package, which may depend on the warehouse

delivery_carrier_agency/readme/DESCRIPTION.rst

-4
This file was deleted.

delivery_carrier_agency/static/description/index.html

+15-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -9,10 +8,11 @@
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
: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 $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -369,11 +369,12 @@ <h1 class="title">Delivery Carrier Agency</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:155c94c31233b8200c26d782174022e62c7ce0e6a10cd43d629f7a2d1e9cb307
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/delivery-carrier/tree/16.0/delivery_carrier_agency"><img alt="OCA/delivery-carrier" src="https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_carrier_agency"><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/delivery-carrier&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373-
<p>Add carrier agency concept
374-
A delivery carrier may have one or mutliple agencies.
375-
The module does not add any logic around these agencies, it will be done in dedicated carrier modules if necessary.
376-
For instance, when generating label, sometimes, some information may depend on the agency that will receive the package, which may depend on the warehouse</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/delivery-carrier/tree/17.0/delivery_carrier_agency"><img alt="OCA/delivery-carrier" src="https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/delivery-carrier-17-0/delivery-carrier-17-0-delivery_carrier_agency"><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/delivery-carrier&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>Add carrier agency concept A delivery carrier may have one or mutliple
374+
agencies. The module does not add any logic around these agencies, it
375+
will be done in dedicated carrier modules if necessary. For instance,
376+
when generating label, sometimes, some information may depend on the
377+
agency that will receive the package, which may depend on the warehouse</p>
377378
<p><strong>Table of contents</strong></p>
378379
<div class="contents local topic" id="contents">
379380
<ul class="simple">
@@ -391,7 +392,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
391392
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/delivery-carrier/issues">GitHub Issues</a>.
392393
In case of trouble, please check there if your issue has already been reported.
393394
If you spotted it first, help us to smash it by providing a detailed and welcomed
394-
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_carrier_agency%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
395+
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_carrier_agency%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
395396
<p>Do not contact contributors directly about support or help with technical issues.</p>
396397
</div>
397398
<div class="section" id="credits">
@@ -411,11 +412,13 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
411412
<div class="section" id="maintainers">
412413
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
413414
<p>This module is maintained by the OCA.</p>
414-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
415+
<a class="reference external image-reference" href="https://odoo-community.org">
416+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
417+
</a>
415418
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
416419
mission is to support the collaborative development of Odoo features and
417420
promote its widespread use.</p>
418-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/16.0/delivery_carrier_agency">OCA/delivery-carrier</a> project on GitHub.</p>
421+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/17.0/delivery_carrier_agency">OCA/delivery-carrier</a> project on GitHub.</p>
419422
<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>
420423
</div>
421424
</div>

0 commit comments

Comments
 (0)