Skip to content

Commit c7af2c7

Browse files
committed
[BOT] post-merge updates
1 parent 15e8eab commit c7af2c7

File tree

4 files changed

+32
-19
lines changed

4 files changed

+32
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ addon | version | maintainers | summary
3636
[stock_inventory_discrepancy](stock_inventory_discrepancy/) | 18.0.1.0.0 | | Adds the capability to show the discrepancy of every line in an inventory and to block the inventory validation when the discrepancy is over a user defined threshold.
3737
[stock_inventory_lockdown](stock_inventory_lockdown/) | 18.0.1.0.0 | | Lock down stock locations during inventories.
3838
[stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 18.0.1.0.0 | | More filters for inventory adjustments
39-
[stock_inventory_verification_request](stock_inventory_verification_request/) | 18.0.1.0.0 | <a href='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/LoisRForgeFlow'><img src='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/LoisRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='LoisRForgeFlow'/></a> | Adds the capability to request a Slot Verification when a inventory is Pending to Approve
39+
[stock_inventory_verification_request](stock_inventory_verification_request/) | 18.0.1.1.0 | <a href='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/LoisRForgeFlow'><img src='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/LoisRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='LoisRForgeFlow'/></a> | Adds the capability to request a Slot Verification when a inventory is Pending to Approve
4040
[stock_location_bin_name](stock_location_bin_name/) | 18.0.1.0.1 | | Compute bin stock location name automatically
4141
[stock_location_children](stock_location_children/) | 18.0.1.0.0 | | Add relation between stock location and all its children
4242
[stock_location_empty](stock_location_empty/) | 18.0.1.0.0 | | Adds a filter for empty stock location

stock_inventory_verification_request/README.rst

Lines changed: 6 additions & 2 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 Inventory Verification Request
37
====================================
@@ -7,13 +11,13 @@ Stock Inventory Verification Request
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f3bc9bf64a73db5a8cd369d1690d4376973ab74fe4d2a53300ed3dc91869b263
14+
!! source digest: sha256:34c45a3e62cf5abb9899d62113308a363bb422cc773afdb8d14b46606901f542
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--warehouse-lightgray.png?logo=github

stock_inventory_verification_request/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Stock Inventory Verification Request",
77
"summary": "Adds the capability to request a Slot Verification when "
88
"a inventory is Pending to Approve",
9-
"version": "18.0.1.0.0",
9+
"version": "18.0.1.1.0",
1010
"maintainers": ["LoisRForgeFlow"],
1111
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
1212
"website": "https://github.com/OCA/stock-logistics-warehouse",

stock_inventory_verification_request/static/description/index.html

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
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 Inventory Verification Request</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
1010
:Author: David Goodger ([email protected])
11-
: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 $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -359,16 +360,21 @@
359360
</style>
360361
</head>
361362
<body>
362-
<div class="document" id="stock-inventory-verification-request">
363-
<h1 class="title">Stock Inventory Verification Request</h1>
363+
<div class="document">
364364

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-inventory-verification-request">
370+
<h1>Stock Inventory Verification Request</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:f3bc9bf64a73db5a8cd369d1690d4376973ab74fe4d2a53300ed3dc91869b263
375+
!! source digest: sha256:34c45a3e62cf5abb9899d62113308a363bb422cc773afdb8d14b46606901f542
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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-warehouse/tree/18.0/stock_inventory_verification_request"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-18-0/stock-logistics-warehouse-18-0-stock_inventory_verification_request"><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-warehouse&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-warehouse/tree/18.0/stock_inventory_verification_request"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-18-0/stock-logistics-warehouse-18-0-stock_inventory_verification_request"><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-warehouse&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372378
<p>Adds the capability to request a Slot Verification when an inventory is
373379
‘Pending to Approve’ or create one at will when a potential issue with a
374380
specific location is found. When asked from an inventory adjustment,
@@ -400,7 +406,7 @@ <h1 class="title">Stock Inventory Verification Request</h1>
400406
</ul>
401407
</div>
402408
<div class="section" id="usage">
403-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
409+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
404410
<p>In order to use this module act as follow:</p>
405411
<ul class="simple">
406412
<li>From a Inventory Adjustment in state ‘Pending to Approve’ click in the
@@ -415,23 +421,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
415421
<p>You can also create the SVR manually.</p>
416422
</div>
417423
<div class="section" id="bug-tracker">
418-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
424+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
419425
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>.
420426
In case of trouble, please check there if your issue has already been reported.
421427
If you spotted it first, help us to smash it by providing a detailed and welcomed
422428
<a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_inventory_verification_request%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
423429
<p>Do not contact contributors directly about support or help with technical issues.</p>
424430
</div>
425431
<div class="section" id="credits">
426-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
432+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
427433
<div class="section" id="authors">
428-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
434+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
429435
<ul class="simple">
430436
<li>ForgeFlow</li>
431437
</ul>
432438
</div>
433439
<div class="section" id="contributors">
434-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
440+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
435441
<ul class="simple">
436442
<li>Lois Rilo Antelo &lt;<a class="reference external" href="mailto:lois.rilo&#64;forgeflow.com">lois.rilo&#64;forgeflow.com</a>&gt;</li>
437443
<li>Michael Allen &lt;<a class="reference external" href="mailto:mallen&#64;opensourceintegrators.com">mallen&#64;opensourceintegrators.com</a>&gt;</li>
@@ -441,9 +447,11 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
441447
</ul>
442448
</div>
443449
<div class="section" id="maintainers">
444-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
450+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
445451
<p>This module is maintained by the OCA.</p>
446-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
452+
<a class="reference external image-reference" href="https://odoo-community.org">
453+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
454+
</a>
447455
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
448456
mission is to support the collaborative development of Odoo features and
449457
promote its widespread use.</p>
@@ -454,5 +462,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
454462
</div>
455463
</div>
456464
</div>
465+
</div>
457466
</body>
458467
</html>

0 commit comments

Comments
 (0)