Skip to content

Commit ffbfd6f

Browse files
committed
[BOT] post-merge updates
1 parent 292abd5 commit ffbfd6f

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ addon | version | maintainers | summary
9797
[stock_putaway_method](stock_putaway_method/) | 14.0.1.0.0 | [![asaunier](https://github.com/asaunier.png?size=30px)](https://github.com/asaunier) | Add the putaway strategy method back, removed from the stock module in Odoo 12
9898
[stock_putaway_product_template](stock_putaway_product_template/) | 14.0.1.1.0 | [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view
9999
[stock_quant_manual_assign](stock_quant_manual_assign/) | 14.0.1.4.0 | | Stock - Manual Quant Assignment
100-
[stock_quant_reservation_info](stock_quant_reservation_info/) | 14.0.1.0.6 | | Allows to see the reserved info of Products
100+
[stock_quant_reservation_info](stock_quant_reservation_info/) | 14.0.1.0.7 | | Allows to see the reserved info of Products
101101
[stock_quant_reservation_info_mrp](stock_quant_reservation_info_mrp/) | 14.0.1.1.1 | | Allows to see the manufacturing order related to the reserved info of Products
102102
[stock_quant_view_reservation](stock_quant_view_reservation/) | 14.0.1.0.1 | | Allows to see details of reservations on a quant
103103
[stock_removal_location_by_priority](stock_removal_location_by_priority/) | 14.0.1.0.0 | | Establish a removal priority on stock locations.

stock_quant_reservation_info/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Move Reservation Info
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:9b03c3145b145fd483c7773414fb7bc16b40a124780ee6c3fad20bbf481f20c9
10+
!! source digest: sha256:5c8c309f0057a2394d9469a0ab4f62917a8fe71ab1e5342a6411b722989712f9
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_quant_reservation_info/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Stock Move Reservation Info",
77
"summary": "Allows to see the reserved info of Products",
8-
"version": "14.0.1.0.6",
8+
"version": "14.0.1.0.7",
99
"author": "ForgeFlow, Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/stock-logistics-warehouse",
1111
"category": "Generic",

stock_quant_reservation_info/static/description/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -9,10 +8,11 @@
98

109
/*
1110
:Author: David Goodger ([email protected])
12-
: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 $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -367,7 +367,7 @@ <h1 class="title">Stock Move Reservation Info</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:9b03c3145b145fd483c7773414fb7bc16b40a124780ee6c3fad20bbf481f20c9
370+
!! source digest: sha256:5c8c309f0057a2394d9469a0ab4f62917a8fe71ab1e5342a6411b722989712f9
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/14.0/stock_quant_reservation_info"><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-14-0/stock-logistics-warehouse-14-0-stock_quant_reservation_info"><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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module allows to look which pickings, manufacture orders, etc. are reserving the products and check the following source.</p>
@@ -413,7 +413,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
413413
<div class="section" id="maintainers">
414414
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
415415
<p>This module is maintained by the OCA.</p>
416-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
416+
<a class="reference external image-reference" href="https://odoo-community.org">
417+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
418+
</a>
417419
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
418420
mission is to support the collaborative development of Odoo features and
419421
promote its widespread use.</p>

0 commit comments

Comments
 (0)