Skip to content

Commit 85ecf1a

Browse files
[IMP] partner_delivery_zone: pre-commit auto fixes
1 parent eb72dbe commit 85ecf1a

File tree

7 files changed

+21
-18
lines changed

7 files changed

+21
-18
lines changed

partner_delivery_zone/views/stock_picking_view.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
<field name="delivery_zone_id" />
4141
</xpath>
4242
<xpath expr="//div[hasclass('oe_kanban_bottom_left')]" position="inside">
43-
<div t-if="record.delivery_zone_id">
44-
<t t-esc="record.delivery_zone_id.value" />
45-
</div>
43+
<div t-if="record.delivery_zone_id">
44+
<t t-esc="record.delivery_zone_id.value" />
45+
</div>
4646
</xpath>
4747
</field>
4848
</record>

stock_picking_delivery_link/README.rst

+9-8
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ Stock Picking Delivery Link
2828

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

31-
This module adds a link to the delivery (and its carrier) on all intermediate
32-
operations (from a pick or a pack in a pick/pack/ship setup for instance).
31+
This module adds a link to the delivery (and its carrier) on all
32+
intermediate operations (from a pick or a pack in a pick/pack/ship setup
33+
for instance).
3334

3435
**Table of contents**
3536

@@ -50,19 +51,19 @@ Credits
5051
=======
5152

5253
Authors
53-
~~~~~~~
54+
-------
5455

5556
* Camptocamp
5657

5758
Contributors
58-
~~~~~~~~~~~~
59+
------------
5960

60-
* Sébastien Alix <sebastien.alix@camptocamp.com>
61-
* Fernando La Chica - GreenIce <fernandolachica@gmail.com>
62-
* Hughes Damry <hughes.damry@acsone.eu>
61+
- Sébastien Alix <sebastien.alix@camptocamp.com>
62+
- Fernando La Chica - GreenIce <fernandolachica@gmail.com>
63+
- Hughes Damry <hughes.damry@acsone.eu>
6364

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

6768
This module is maintained by the OCA.
6869

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Sébastien Alix \<<sebastien.alix@camptocamp.com>\>
2+
- Fernando La Chica - GreenIce \<<fernandolachica@gmail.com>\>
3+
- Hughes Damry \<<hughes.damry@acsone.eu>\>

stock_picking_delivery_link/readme/CONTRIBUTORS.rst

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This module adds a link to the delivery (and its carrier) on all
2+
intermediate operations (from a pick or a pack in a pick/pack/ship setup
3+
for instance).

stock_picking_delivery_link/readme/DESCRIPTION.rst

-2
This file was deleted.

stock_picking_delivery_link/static/description/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,9 @@ <h1 class="title">Stock Picking Delivery Link</h1>
370370
!! source digest: sha256:a456d45b58816c1eb3a146c98ab72cfd5fa1cc68042bfc9972e66d9d3a4667a9
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/18.0/stock_picking_delivery_link"><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-18-0/delivery-carrier-18-0-stock_picking_delivery_link"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373-
<p>This module adds a link to the delivery (and its carrier) on all intermediate
374-
operations (from a pick or a pack in a pick/pack/ship setup for instance).</p>
373+
<p>This module adds a link to the delivery (and its carrier) on all
374+
intermediate operations (from a pick or a pack in a pick/pack/ship setup
375+
for instance).</p>
375376
<p><strong>Table of contents</strong></p>
376377
<div class="contents local topic" id="contents">
377378
<ul class="simple">

0 commit comments

Comments
 (0)