Skip to content

Commit 89e2f08

Browse files
committed
[BOT] post-merge updates
1 parent 06ded08 commit 89e2f08

File tree

4 files changed

+27
-17
lines changed

4 files changed

+27
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Available addons
2525
----------------
2626
addon | version | maintainers | summary
2727
--- | --- | --- | ---
28-
[stock_request](stock_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> <a href='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/etobella'><img src='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/etobella.png' width='32' height='32' style='border-radius:50%;' alt='etobella'/></a> | Internal request for stock
28+
[stock_request](stock_request/) | 18.0.1.1.1 | <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> <a href='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/etobella'><img src='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/etobella.png' width='32' height='32' style='border-radius:50%;' alt='etobella'/></a> | Internal request for stock
2929
[stock_request_bom](stock_request_bom/) | 18.0.1.0.1 | | Stock Request with BOM Integration
3030
[stock_request_kanban](stock_request_kanban/) | 18.0.1.0.1 | <a href='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/etobella'><img src='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/etobella.png' width='32' height='32' style='border-radius:50%;' alt='etobella'/></a> <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 a stock request order, and takes stock requests as lines
3131
[stock_request_mrp](stock_request_mrp/) | 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> <a href='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/etobella'><img src='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/etobella.png' width='32' height='32' style='border-radius:50%;' alt='etobella'/></a> | Manufacturing request for stock

stock_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 Request
37
=============
@@ -7,13 +11,13 @@ Stock Request
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:5f5a5d7fabae6d9c0b08a5617e5df9df3011ba724ca0ca64bb7df9a32717bb6e
14+
!! source digest: sha256:518438aae0607e968e0be347be1feb1c039b6a51d496d8aaa671b264dc5d377f
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-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--request-lightgray.png?logo=github

stock_request/__manifest__.py

Lines changed: 1 addition & 1 deletion
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": "18.0.1.1.0",
7+
"version": "18.0.1.1.1",
88
"license": "LGPL-3",
99
"website": "https://github.com/OCA/stock-logistics-request",
1010
"author": "ForgeFlow, Odoo Community Association (OCA)",

stock_request/static/description/index.html

Lines changed: 19 additions & 13 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 Request</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-request">
364-
<h1 class="title">Stock Request</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-request">
370+
<h1>Stock Request</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:5f5a5d7fabae6d9c0b08a5617e5df9df3011ba724ca0ca64bb7df9a32717bb6e
375+
!! source digest: sha256:518438aae0607e968e0be347be1feb1c039b6a51d496d8aaa671b264dc5d377f
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/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-request/tree/18.0/stock_request"><img alt="OCA/stock-logistics-request" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--request-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-request-18-0/stock-logistics-request-18-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-request&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/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-request/tree/18.0/stock_request"><img alt="OCA/stock-logistics-request" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--request-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-request-18-0/stock-logistics-request-18-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-request&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 was written to allow users to request products that are
374379
frequently stocked by the company, to be transferred to their chosen
375380
location.</p>
@@ -389,7 +394,7 @@ <h1 class="title">Stock Request</h1>
389394
</ul>
390395
</div>
391396
<div class="section" id="configuration">
392-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
393398
<p>To configure this module:</p>
394399
<ul class="simple">
395400
<li>Go to Stock Requests &gt; Settings</li>
@@ -408,7 +413,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
408413
</ul>
409414
</div>
410415
<div class="section" id="usage">
411-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
416+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
412417
<p>## Creation</p>
413418
<ul class="simple">
414419
<li>Go to ‘Stock Requests / Stock Requests’ and create a new Request.</li>
@@ -424,30 +429,30 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
424429
will be also cancelled.</p>
425430
</div>
426431
<div class="section" id="known-issues-roadmap">
427-
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
432+
<h2><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h2>
428433
<p>There is no way to achieve Storck Request and Stock Request Orders. It
429434
should be developed taking into account that only Cancel and Done stock
430435
request can be archived.</p>
431436
<p>It is also required to manage active field logically from Orders to SRs.</p>
432437
</div>
433438
<div class="section" id="bug-tracker">
434-
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
439+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
435440
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-request/issues">GitHub Issues</a>.
436441
In case of trouble, please check there if your issue has already been reported.
437442
If you spotted it first, help us to smash it by providing a detailed and welcomed
438443
<a class="reference external" href="https://github.com/OCA/stock-logistics-request/issues/new?body=module:%20stock_request%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
439444
<p>Do not contact contributors directly about support or help with technical issues.</p>
440445
</div>
441446
<div class="section" id="credits">
442-
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
447+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
443448
<div class="section" id="authors">
444-
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
449+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
445450
<ul class="simple">
446451
<li>ForgeFlow</li>
447452
</ul>
448453
</div>
449454
<div class="section" id="contributors">
450-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
455+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
451456
<ul class="simple">
452457
<li>Jordi Ballester (EFICENT) &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;.</li>
453458
<li>Enric Tobella &lt;<a class="reference external" href="mailto:etobella&#64;creublanca.es">etobella&#64;creublanca.es</a>&gt;</li>
@@ -467,7 +472,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
467472
</ul>
468473
</div>
469474
<div class="section" id="maintainers">
470-
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
475+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
471476
<p>This module is maintained by the OCA.</p>
472477
<a class="reference external image-reference" href="https://odoo-community.org">
473478
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -482,5 +487,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
482487
</div>
483488
</div>
484489
</div>
490+
</div>
485491
</body>
486492
</html>

0 commit comments

Comments
 (0)