Skip to content

Commit 70ae49a

Browse files
committed
[BOT] post-merge updates
1 parent 211ddbc commit 70ae49a

4 files changed

Lines changed: 37 additions & 27 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ addon | version | maintainers | summary
3030
[stock_available_immediately](stock_available_immediately/) | 18.0.1.0.0 | | Ignore planned receptions in quantity available to promise
3131
[stock_available_immediately_exclude_location](stock_available_immediately_exclude_location/) | 18.0.1.0.0 | | Exclude locations from immediately usable quantity
3232
[stock_available_location_get_domain](stock_available_location_get_domain/) | 18.0.1.0.0 | | This is a technical helper module in order to reuse the standard _get_domain_locations() function for locations and not quants
33-
[stock_available_unreserved](stock_available_unreserved/) | 18.0.1.0.1 | <a href='https://github.com/LoisRForgeFlow'><img src='https://github.com/LoisRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='LoisRForgeFlow'/></a> | Quantity of stock available for immediate use
33+
[stock_available_unreserved](stock_available_unreserved/) | 18.0.2.0.0 | <a href='https://github.com/LoisRForgeFlow'><img src='https://github.com/LoisRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='LoisRForgeFlow'/></a> | Quantity of stock available for immediate use
3434
[stock_free_quantity](stock_free_quantity/) | 18.0.1.1.0 | | Stock Free Quantity
3535
[stock_picking_product_availability_inline](stock_picking_product_availability_inline/) | 18.0.1.0.0 | <a href='https://github.com/CarlosRoca13'><img src='https://github.com/CarlosRoca13.png' width='32' height='32' style='border-radius:50%;' alt='CarlosRoca13'/></a> | Show product availability in product drop-down of picking form view.
3636

stock_available_unreserved/README.rst

Lines changed: 18 additions & 14 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 Available Unreserved
37
==========================
@@ -7,13 +11,13 @@ Stock Available Unreserved
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:30c8b5f7b17324fe0d065403dfe69c07f4bac189b246a196641a950ae738aeb8
14+
!! source digest: sha256:449975446ebca2041c3c7ed2e95fa2d16e8fada6509a00dbafaa147f5b5a8806
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Production/Stable
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--availability-lightgray.png?logo=github
@@ -31,11 +35,11 @@ Stock Available Unreserved
3135
Extend the visibility of the Free to Use Quantity field from odoo's
3236
stock module.
3337

34-
- Make the field available on products (standard visibility is only on
35-
product variants).
36-
- Make the field visible in all product views.
37-
- Add a flag on the quant model to signal unreserved quantities.
38-
- Add an action to open related quants from the product template form.
38+
- Make the field available on products (standard visibility is only on
39+
product variants).
40+
- Make the field visible in all product views.
41+
- Add a flag on the quant model to signal unreserved quantities.
42+
- Add an action to open related quants from the product template form.
3943

4044
**Table of contents**
4145

@@ -69,13 +73,13 @@ Authors
6973
Contributors
7074
------------
7175

72-
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
73-
- Stefan Rijnhart <stefan@opener.amsterdam>
74-
- Mykhailo Panarin <m.panarin@mobilunity.com>
75-
- Atte Isopuro <atte.isopuro@avoin.systems>
76-
- Lois Rilo <lois.rilo@forgeflow.com>
77-
- Souheil Bejaoui <souheil.bejaoui@acsone.eu>
78-
- Stefan Rijnhart <stefan@opener.amsterdam>
76+
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
77+
- Stefan Rijnhart <stefan@opener.amsterdam>
78+
- Mykhailo Panarin <m.panarin@mobilunity.com>
79+
- Atte Isopuro <atte.isopuro@avoin.systems>
80+
- Lois Rilo <lois.rilo@forgeflow.com>
81+
- Souheil Bejaoui <souheil.bejaoui@acsone.eu>
82+
- Stefan Rijnhart <stefan@opener.amsterdam>
7983

8084
Maintainers
8185
-----------

stock_available_unreserved/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Stock Available Unreserved",
77
"summary": "Quantity of stock available for immediate use",
8-
"version": "18.0.1.0.1",
8+
"version": "18.0.2.0.0",
99
"author": "ForgeFlow, Odoo Community Association (OCA)",
1010
"development_status": "Production/Stable",
1111
"maintainers": ["LoisRForgeFlow"],

stock_available_unreserved/static/description/index.html

Lines changed: 17 additions & 11 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 Available Unreserved</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-available-unreserved">
364-
<h1 class="title">Stock Available Unreserved</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-available-unreserved">
370+
<h1>Stock Available Unreserved</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:30c8b5f7b17324fe0d065403dfe69c07f4bac189b246a196641a950ae738aeb8
375+
!! source digest: sha256:449975446ebca2041c3c7ed2e95fa2d16e8fada6509a00dbafaa147f5b5a8806
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-availability/tree/18.0/stock_available_unreserved"><img alt="OCA/stock-logistics-availability" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--availability-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-availability-18-0/stock-logistics-availability-18-0-stock_available_unreserved"><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-availability&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="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-availability/tree/18.0/stock_available_unreserved"><img alt="OCA/stock-logistics-availability" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--availability-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-availability-18-0/stock-logistics-availability-18-0-stock_available_unreserved"><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-availability&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>Extend the visibility of the Free to Use Quantity field from odoo’s
374379
stock module.</p>
375380
<ul class="simple">
@@ -393,28 +398,28 @@ <h1 class="title">Stock Available Unreserved</h1>
393398
</ul>
394399
</div>
395400
<div class="section" id="known-issues-roadmap">
396-
<h1><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h1>
401+
<h2><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h2>
397402
<p>Migration note: after 18.0, remove the redundant qty_available_not_res
398403
fields on products and product variants.</p>
399404
</div>
400405
<div class="section" id="bug-tracker">
401-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
402407
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-availability/issues">GitHub Issues</a>.
403408
In case of trouble, please check there if your issue has already been reported.
404409
If you spotted it first, help us to smash it by providing a detailed and welcomed
405410
<a class="reference external" href="https://github.com/OCA/stock-logistics-availability/issues/new?body=module:%20stock_available_unreserved%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
406411
<p>Do not contact contributors directly about support or help with technical issues.</p>
407412
</div>
408413
<div class="section" id="credits">
409-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
414+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
410415
<div class="section" id="authors">
411-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
416+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
412417
<ul class="simple">
413418
<li>ForgeFlow</li>
414419
</ul>
415420
</div>
416421
<div class="section" id="contributors">
417-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
422+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
418423
<ul class="simple">
419424
<li>Jordi Ballester Alomar &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li>
420425
<li>Stefan Rijnhart &lt;<a class="reference external" href="mailto:stefan&#64;opener.amsterdam">stefan&#64;opener.amsterdam</a>&gt;</li>
@@ -426,7 +431,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
426431
</ul>
427432
</div>
428433
<div class="section" id="maintainers">
429-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
434+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
430435
<p>This module is maintained by the OCA.</p>
431436
<a class="reference external image-reference" href="https://odoo-community.org">
432437
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -441,5 +446,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
441446
</div>
442447
</div>
443448
</div>
449+
</div>
444450
</body>
445451
</html>

0 commit comments

Comments
 (0)