Skip to content

Commit da7868b

Browse files
committed
[BOT] post-merge updates
1 parent 7cc7256 commit da7868b

File tree

5 files changed

+28
-16
lines changed

5 files changed

+28
-16
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ addon | version | maintainers | summary
6464
[stock_owner_restriction](stock_owner_restriction/) | 18.0.1.0.0 | | Do not reserve quantity with assigned owner
6565
[stock_partner_delivery_window](stock_partner_delivery_window/) | 18.0.1.2.1 | <a href='https://github.com/jbaudoux'><img src='https://github.com/jbaudoux.png' width='32' height='32' style='border-radius:50%;' alt='jbaudoux'/></a> | Define preferred delivery time windows for partners
6666
[stock_picking_auto_create_lot](stock_picking_auto_create_lot/) | 18.0.1.0.0 | <a href='https://github.com/sergio-teruel'><img src='https://github.com/sergio-teruel.png' width='32' height='32' style='border-radius:50%;' alt='sergio-teruel'/></a> | Auto create lots for incoming pickings
67+
[stock_picking_auto_create_lot_sequence](stock_picking_auto_create_lot_sequence/) | 18.0.1.0.1 | <a href='https://github.com/yostashiro'><img src='https://github.com/yostashiro.png' width='32' height='32' style='border-radius:50%;' alt='yostashiro'/></a> <a href='https://github.com/aungkokolin1997'><img src='https://github.com/aungkokolin1997.png' width='32' height='32' style='border-radius:50%;' alt='aungkokolin1997'/></a> | Stock Picking Auto Create Lot Sequence
6768
[stock_picking_auto_create_package](stock_picking_auto_create_package/) | 18.0.1.0.0 | | Put all move lines in packs on validation.
6869
[stock_picking_back2draft](stock_picking_back2draft/) | 18.0.1.0.0 | | Reopen canceled transfers
6970
[stock_picking_backorder_strategy_cancel](stock_picking_backorder_strategy_cancel/) | 18.0.1.0.0 | <a href='https://github.com/rousseldenis'><img src='https://github.com/rousseldenis.png' width='32' height='32' style='border-radius:50%;' alt='rousseldenis'/></a> <a href='https://github.com/mgosai'><img src='https://github.com/mgosai.png' width='32' height='32' style='border-radius:50%;' alt='mgosai'/></a> | Picking backordering strategies

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-stock-logistics-workflow"
3-
version = "18.0.20260209.0"
3+
version = "18.0.20260209.1"
44
dependencies = [
55
"odoo-addon-delivery_procurement_group_carrier==18.0.*",
66
"odoo-addon-delivery_total_weight_from_packaging==18.0.*",
@@ -41,6 +41,7 @@ dependencies = [
4141
"odoo-addon-stock_owner_restriction==18.0.*",
4242
"odoo-addon-stock_partner_delivery_window==18.0.*",
4343
"odoo-addon-stock_picking_auto_create_lot==18.0.*",
44+
"odoo-addon-stock_picking_auto_create_lot_sequence==18.0.*",
4445
"odoo-addon-stock_picking_auto_create_package==18.0.*",
4546
"odoo-addon-stock_picking_back2draft==18.0.*",
4647
"odoo-addon-stock_picking_backorder_strategy_cancel==18.0.*",

stock_picking_auto_create_lot_sequence/README.rst

Lines changed: 8 additions & 4 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 Auto Create Lot Sequence
37
======================================
@@ -7,13 +11,13 @@ Stock Picking Auto Create Lot Sequence
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:e9301829aaa04e84d6a8e37b146f8338fc87686c88c0d777249c81721520f0a2
14+
!! source digest: sha256:36fabb1c38c07556f4fc1864e7fddb85834259f5f8b5a298f2907ad5d488983b
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
@@ -57,9 +61,9 @@ Authors
5761
Contributors
5862
------------
5963

60-
- Quartile <https://www.quartile.co>
64+
- Quartile <https://www.quartile.co>
6165

62-
- Aung Ko Ko Lin
66+
- Aung Ko Ko Lin
6367

6468
Maintainers
6569
-----------

stock_picking_auto_create_lot_sequence/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Stock Picking Auto Create Lot Sequence",
6-
"version": "18.0.1.0.0",
6+
"version": "18.0.1.0.1",
77
"license": "AGPL-3",
88
"author": "Quartile, Odoo Community Association (OCA)",
99
"website": "https://github.com/OCA/stock-logistics-workflow",

stock_picking_auto_create_lot_sequence/static/description/index.html

Lines changed: 16 additions & 10 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 Auto Create Lot Sequence</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-auto-create-lot-sequence">
364-
<h1 class="title">Stock Picking Auto Create Lot Sequence</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-auto-create-lot-sequence">
370+
<h1>Stock Picking Auto Create Lot Sequence</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:e9301829aaa04e84d6a8e37b146f8338fc87686c88c0d777249c81721520f0a2
375+
!! source digest: sha256:36fabb1c38c07556f4fc1864e7fddb85834259f5f8b5a298f2907ad5d488983b
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_auto_create_lot_sequence"><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_auto_create_lot_sequence"><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_auto_create_lot_sequence"><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_auto_create_lot_sequence"><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 acts as a bridge between the stock_picking_auto_create_lot
374379
and product_lot_sequence modules.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -385,23 +390,23 @@ <h1 class="title">Stock Picking Auto Create Lot Sequence</h1>
385390
</ul>
386391
</div>
387392
<div class="section" id="bug-tracker">
388-
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
393+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
389394
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues">GitHub Issues</a>.
390395
In case of trouble, please check there if your issue has already been reported.
391396
If you spotted it first, help us to smash it by providing a detailed and welcomed
392397
<a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_auto_create_lot_sequence%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
393398
<p>Do not contact contributors directly about support or help with technical issues.</p>
394399
</div>
395400
<div class="section" id="credits">
396-
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
401+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
397402
<div class="section" id="authors">
398-
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
403+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
399404
<ul class="simple">
400405
<li>Quartile</li>
401406
</ul>
402407
</div>
403408
<div class="section" id="contributors">
404-
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
409+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
405410
<ul class="simple">
406411
<li>Quartile &lt;<a class="reference external" href="https://www.quartile.co">https://www.quartile.co</a>&gt;<ul>
407412
<li>Aung Ko Ko Lin</li>
@@ -410,7 +415,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
410415
</ul>
411416
</div>
412417
<div class="section" id="maintainers">
413-
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
418+
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
414419
<p>This module is maintained by the OCA.</p>
415420
<a class="reference external image-reference" href="https://odoo-community.org">
416421
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -425,5 +430,6 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
425430
</div>
426431
</div>
427432
</div>
433+
</div>
428434
</body>
429435
</html>

0 commit comments

Comments
 (0)