Skip to content

Commit 413f8fe

Browse files
committed
[BOT] post-merge updates
1 parent 789cbe6 commit 413f8fe

File tree

19 files changed

+66
-48
lines changed

19 files changed

+66
-48
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ addon | version | maintainers | summary
6464
[stock_quant_manual_assign](stock_quant_manual_assign/) | 15.0.1.2.1 | | Stock - Manual Quant Assignment
6565
[stock_quant_reservation_info](stock_quant_reservation_info/) | 15.0.1.0.1 | | Allows to see the reserved info of Products
6666
[stock_quant_reservation_info_mrp](stock_quant_reservation_info_mrp/) | 15.0.1.0.0 | | Allows to see the manufacturing order related to the reserved info of Products
67-
[stock_request](stock_request/) | 15.0.1.8.2 | | Internal request for stock
68-
[stock_request_analytic](stock_request_analytic/) | 15.0.1.1.0 | | Internal request for stock
67+
[stock_request](stock_request/) | 15.0.1.8.3 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Internal request for stock
68+
[stock_request_analytic](stock_request_analytic/) | 15.0.1.1.1 | [![AaronHForgeFlow](https://github.com/AaronHForgeFlow.png?size=30px)](https://github.com/AaronHForgeFlow) | Internal request for stock
6969
[stock_request_bom](stock_request_bom/) | 15.0.1.0.0 | | Stock Request with BOM Integration
70-
[stock_request_kanban](stock_request_kanban/) | 15.0.1.1.2 | | Adds a stock request order, and takes stock requests as lines
71-
[stock_request_mrp](stock_request_mrp/) | 15.0.1.3.0 | | Manufacturing request for stock
72-
[stock_request_purchase](stock_request_purchase/) | 15.0.1.2.2 | | Internal request for stock
70+
[stock_request_kanban](stock_request_kanban/) | 15.0.1.1.3 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds a stock request order, and takes stock requests as lines
71+
[stock_request_mrp](stock_request_mrp/) | 15.0.1.3.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Manufacturing request for stock
72+
[stock_request_purchase](stock_request_purchase/) | 15.0.1.2.3 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Internal request for stock
7373
[stock_request_separate_picking](stock_request_separate_picking/) | 15.0.1.0.0 | | Separate one picking per one stock request
7474
[stock_request_submit](stock_request_submit/) | 15.0.1.0.0 | | Add submit state on Stock Requests
75-
[stock_request_tier_validation](stock_request_tier_validation/) | 15.0.1.0.0 | | Extends the functionality of Stock Requests to support a tier validation process.
75+
[stock_request_tier_validation](stock_request_tier_validation/) | 15.0.1.0.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Extends the functionality of Stock Requests to support a tier validation process.
7676
[stock_reserve](stock_reserve/) | 15.0.1.2.1 | | Stock reservations on products
7777
[stock_reserve_rule](stock_reserve_rule/) | 15.0.1.0.1 | | Configure reservation rules by location
7878
[stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 15.0.1.0.0 | | Allows to search for picking from supplierinfo code

stock_request/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Request
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:6dbb9c1e3894db88e475479b0ac3e650890017c59ce450c929f014541eb4d59d
10+
!! source digest: sha256:5c1dbefdff69e24ce26fa2ccba287bcfeb395f67d5c71c4f9dece54871dc6020
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_request/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Stock Request",
66
"summary": "Internal request for stock",
7-
"version": "15.0.1.8.2",
7+
"version": "15.0.1.8.3",
88
"license": "LGPL-3",
99
"website": "https://github.com/OCA/stock-logistics-warehouse",
1010
"author": "ForgeFlow, Odoo Community Association (OCA)",

stock_request/static/description/index.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
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 {
@@ -366,7 +367,7 @@ <h1 class="title">Stock Request</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:6dbb9c1e3894db88e475479b0ac3e650890017c59ce450c929f014541eb4d59d
370+
!! source digest: sha256:5c1dbefdff69e24ce26fa2ccba287bcfeb395f67d5c71c4f9dece54871dc6020
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<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/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-warehouse/tree/15.0/stock_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-15-0/stock-logistics-warehouse-15-0-stock_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=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This module was written to allow users to request products that are
@@ -467,7 +468,9 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
467468
<div class="section" id="maintainers">
468469
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
469470
<p>This module is maintained by the OCA.</p>
470-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
471+
<a class="reference external image-reference" href="https://odoo-community.org">
472+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
473+
</a>
471474
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
472475
mission is to support the collaborative development of Odoo features and
473476
promote its widespread use.</p>

stock_request_analytic/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Request Analytic
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f31e6dc33df21fba3d3247f0a5177cc1b1934ba036cac4e941d1d14a879b4906
10+
!! source digest: sha256:f759c7f1144a0ef263cff1d9f7fd5620d9bdee5faf167d81836654eb82d85eab
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_request_analytic/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Stock Request Analytic",
66
"summary": "Internal request for stock",
7-
"version": "15.0.1.1.0",
7+
"version": "15.0.1.1.1",
88
"license": "AGPL-3",
99
"website": "https://github.com/OCA/stock-logistics-warehouse",
1010
"author": "ForgeFlow, Odoo Community Association (OCA)",

stock_request_analytic/static/description/index.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
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 {
@@ -366,7 +367,7 @@ <h1 class="title">Stock Request Analytic</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:f31e6dc33df21fba3d3247f0a5177cc1b1934ba036cac4e941d1d14a879b4906
370+
!! source digest: sha256:f759c7f1144a0ef263cff1d9f7fd5620d9bdee5faf167d81836654eb82d85eab
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<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/15.0/stock_request_analytic"><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-15-0/stock-logistics-warehouse-15-0-stock_request_analytic"><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=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This module allows for users to be able to display and assign analytic
@@ -429,7 +430,9 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
429430
<div class="section" id="maintainers">
430431
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
431432
<p>This module is maintained by the OCA.</p>
432-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
433+
<a class="reference external image-reference" href="https://odoo-community.org">
434+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
435+
</a>
433436
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
434437
mission is to support the collaborative development of Odoo features and
435438
promote its widespread use.</p>

stock_request_kanban/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Request kanban
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:501bd743d580873880bab0536840193988fb54ee73642bbcf72aa741eefc3cff
10+
!! source digest: sha256:a3c690fae9e0b0341307e2c82220cd329dad98dc6ab81a36daf94aec7637a3c8
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_request_kanban/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Stock Request kanban",
6-
"version": "15.0.1.1.2",
6+
"version": "15.0.1.1.3",
77
"category": "Warehouse Management",
88
"website": "https://github.com/OCA/stock-logistics-warehouse",
99
"author": "Creu Blanca, ForgeFlow, Odoo Community Association (OCA)",

stock_request_kanban/static/description/index.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
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 {
@@ -366,7 +367,7 @@ <h1 class="title">Stock Request kanban</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:501bd743d580873880bab0536840193988fb54ee73642bbcf72aa741eefc3cff
370+
!! source digest: sha256:a3c690fae9e0b0341307e2c82220cd329dad98dc6ab81a36daf94aec7637a3c8
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<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/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-warehouse/tree/15.0/stock_request_kanban"><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-15-0/stock-logistics-warehouse-15-0-stock_request_kanban"><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=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>On most companies there are products that must be purchased often but cannot be
@@ -475,7 +476,9 @@ <h2><a class="toc-backref" href="#toc-entry-9">Contributors</a></h2>
475476
<div class="section" id="maintainers">
476477
<h2><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h2>
477478
<p>This module is maintained by the OCA.</p>
478-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
479+
<a class="reference external image-reference" href="https://odoo-community.org">
480+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
481+
</a>
479482
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
480483
mission is to support the collaborative development of Odoo features and
481484
promote its widespread use.</p>

stock_request_mrp/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Request MRP
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:5407676df63247e79866910c2554a0c7321b2c8d4a9511afde9cc567ca5c6e20
10+
!! source digest: sha256:16fd4b1a9225c2bd2bccf3fdae3792f4c074fe77ebfc143b7c17d6f8d9e664a6
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_request_mrp/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Stock Request MRP",
66
"summary": "Manufacturing request for stock",
7-
"version": "15.0.1.3.0",
7+
"version": "15.0.1.3.1",
88
"license": "LGPL-3",
99
"website": "https://github.com/OCA/stock-logistics-warehouse",
1010
"author": "ForgeFlow, Odoo Community Association (OCA)",

0 commit comments

Comments
 (0)