Skip to content

Commit 92b9d57

Browse files
committed
[BOT] post-merge updates
1 parent 9a3dbc0 commit 92b9d57

4 files changed

Lines changed: 43 additions & 33 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ addon | version | maintainers | summary
6767
[stock_picking_consolidation_priority](stock_picking_consolidation_priority/) | 18.0.1.0.0 | | Raise priority of all transfers for a chain when started
6868
[stock_picking_filter_lot](stock_picking_filter_lot/) | 18.0.1.0.0 | | In picking out lots' selection, filter lots based on their location
6969
[stock_picking_group_by_base](stock_picking_group_by_base/) | 18.0.1.0.0 | | Allows to define a way to create index on extensible domain
70-
[stock_picking_group_by_partner_by_carrier](stock_picking_group_by_partner_by_carrier/) | 18.0.1.2.3 | | Stock Picking: group by partner and carrier
70+
[stock_picking_group_by_partner_by_carrier](stock_picking_group_by_partner_by_carrier/) | 18.0.1.2.4 | | Stock Picking: group by partner and carrier
7171
[stock_picking_group_by_partner_by_carrier_by_date](stock_picking_group_by_partner_by_carrier_by_date/) | 18.0.1.1.0 | | Stock Picking: group by partner and carrier and scheduled date
7272
[stock_picking_group_by_partner_by_carrier_force_move_type](stock_picking_group_by_partner_by_carrier_force_move_type/) | 18.0.1.0.0 | | Glue module for Picking Type Force Shipping Policy and Group Transfers by Partner and Carrier
7373
[stock_picking_invoice_link](stock_picking_invoice_link/) | 18.0.2.0.1 | | Adds link between pickings and invoices

stock_picking_group_by_partner_by_carrier/README.rst

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===========================================
26
Stock Picking: group by partner and carrier
37
===========================================
@@ -7,13 +11,13 @@ Stock Picking: group by partner and carrier
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:d029d61ed64b264c004c20e8d4ddca0cd9bd6eab55996f1d8e65c2e204b96096
14+
!! source digest: sha256:cd2d26c56c5df65ec4a170741620315acd05653c17d9ed590aabfc78eb46ee0b
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
@@ -93,11 +97,11 @@ which you want grouping.
9397

9498
If you want to enable this for the shippings of a warehouse:
9599

96-
- be sure that in the settings of the Inventory app, you checked
97-
"Manage Push and Pull inventory flows"
98-
- enable "debug mode"
99-
- go to the warehouse for which you want grouping and check the setting
100-
"Group Shippings"
100+
- be sure that in the settings of the Inventory app, you checked "Manage
101+
Push and Pull inventory flows"
102+
- enable "debug mode"
103+
- go to the warehouse for which you want grouping and check the setting
104+
"Group Shippings"
101105

102106
You can also enable this for individual picking types by checking the
103107
setting "Group Pickings" on the picking type view.
@@ -124,25 +128,25 @@ Authors
124128
Contributors
125129
------------
126130

127-
- Camptocamp:
131+
- Camptocamp:
128132

129-
- Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
130-
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
133+
- Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
134+
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
131135

132-
- BCIM:
136+
- BCIM:
133137

134-
- Jacques-Etienne Baudoux <je@bcim.be>
138+
- Jacques-Etienne Baudoux <je@bcim.be>
135139

136-
- Phuc Tran Thanh <phuc@trobz.com>
137-
- Denis Roussel <denis.roussel@acsone.eu>
138-
- Karl SOuthern <karl@glo.systems>
140+
- Phuc Tran Thanh <phuc@trobz.com>
141+
- Denis Roussel <denis.roussel@acsone.eu>
142+
- Karl SOuthern <karl@glo.systems>
139143

140144
Other credits
141145
-------------
142146

143147
The development of this module has been financially supported by:
144148

145-
- Camptocamp
149+
- Camptocamp
146150

147151
Maintainers
148152
-----------

stock_picking_group_by_partner_by_carrier/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Stock Picking: group by partner and carrier",
66
"Summary": "Group sales deliveries moves in 1 picking per partner and carrier",
7-
"version": "18.0.1.2.3",
7+
"version": "18.0.1.2.4",
88
"author": "Camptocamp, BCIM, Odoo Community Association (OCA)",
99
"website": "https://github.com/OCA/stock-logistics-workflow",
1010
"category": "Warehouse",

stock_picking_group_by_partner_by_carrier/static/description/index.html

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Stock Picking: group by partner and carrier</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="stock-picking-group-by-partner-and-carrier">
364-
<h1 class="title">Stock Picking: group by partner and carrier</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="stock-picking-group-by-partner-and-carrier">
370+
<h1>Stock Picking: group by partner and carrier</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:d029d61ed64b264c004c20e8d4ddca0cd9bd6eab55996f1d8e65c2e204b96096
375+
!! source digest: sha256:cd2d26c56c5df65ec4a170741620315acd05653c17d9ed590aabfc78eb46ee0b
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/stock-logistics-workflow/tree/18.0/stock_picking_group_by_partner_by_carrier"><img alt="OCA/stock-logistics-workflow" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-workflow-18-0/stock-logistics-workflow-18-0-stock_picking_group_by_partner_by_carrier"><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/stock-logistics-workflow&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_picking_group_by_partner_by_carrier"><img alt="OCA/stock-logistics-workflow" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-workflow-18-0/stock-logistics-workflow-18-0-stock_picking_group_by_partner_by_carrier"><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/stock-logistics-workflow&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module can be used if your customers expect that several different
374379
orders they passed will be shipped in a single delivery order.</p>
375380
<p>With this module installed, when a sale order is confirmed, the stock
@@ -402,7 +407,7 @@ <h1 class="title">Stock Picking: group by partner and carrier</h1>
402407
</ul>
403408
</div>
404409
<div class="section" id="configuration">
405-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
410+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
406411
<ol class="arabic simple">
407412
<li>To enable picking grouping in pull rule “mode” - default prior to
408413
18.0. This will only group the delivery step.</li>
@@ -441,13 +446,13 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
441446
</blockquote>
442447
</div>
443448
<div class="section" id="usage">
444-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
449+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
445450
<p>To use this module you need to enable grouping on the picking types for
446451
which you want grouping.</p>
447452
<p>If you want to enable this for the shippings of a warehouse:</p>
448453
<ul class="simple">
449-
<li>be sure that in the settings of the Inventory app, you checked
450-
“Manage Push and Pull inventory flows”</li>
454+
<li>be sure that in the settings of the Inventory app, you checked “Manage
455+
Push and Pull inventory flows”</li>
451456
<li>enable “debug mode”</li>
452457
<li>go to the warehouse for which you want grouping and check the setting
453458
“Group Shippings”</li>
@@ -456,24 +461,24 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
456461
setting “Group Pickings” on the picking type view.</p>
457462
</div>
458463
<div class="section" id="bug-tracker">
459-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
464+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
460465
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues">GitHub Issues</a>.
461466
In case of trouble, please check there if your issue has already been reported.
462467
If you spotted it first, help us to smash it by providing a detailed and welcomed
463468
<a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_group_by_partner_by_carrier%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
464469
<p>Do not contact contributors directly about support or help with technical issues.</p>
465470
</div>
466471
<div class="section" id="credits">
467-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
472+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
468473
<div class="section" id="authors">
469-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
474+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
470475
<ul class="simple">
471476
<li>Camptocamp</li>
472477
<li>BCIM</li>
473478
</ul>
474479
</div>
475480
<div class="section" id="contributors">
476-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
481+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
477482
<ul class="simple">
478483
<li>Camptocamp:<ul>
479484
<li>Alexandre Fayolle &lt;<a class="reference external" href="mailto:alexandre.fayolle&#64;camptocamp.com">alexandre.fayolle&#64;camptocamp.com</a>&gt;</li>
@@ -490,14 +495,14 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
490495
</ul>
491496
</div>
492497
<div class="section" id="other-credits">
493-
<h2><a class="toc-backref" href="#toc-entry-7">Other credits</a></h2>
498+
<h3><a class="toc-backref" href="#toc-entry-7">Other credits</a></h3>
494499
<p>The development of this module has been financially supported by:</p>
495500
<ul class="simple">
496501
<li>Camptocamp</li>
497502
</ul>
498503
</div>
499504
<div class="section" id="maintainers">
500-
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
505+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
501506
<p>This module is maintained by the OCA.</p>
502507
<a class="reference external image-reference" href="https://odoo-community.org">
503508
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -510,5 +515,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
510515
</div>
511516
</div>
512517
</div>
518+
</div>
513519
</body>
514520
</html>

0 commit comments

Comments
 (0)