Skip to content

Commit 7c8f108

Browse files
committed
[BOT] post-merge updates
1 parent 2440f48 commit 7c8f108

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ addon | version | maintainers | summary
6262
[stock_pull_list](stock_pull_list/) | 16.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | The pull list checks the stock situation and calculates needed quantities.
6363
[stock_putaway_product_template](stock_putaway_product_template/) | 16.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
6464
[stock_quant_cost_info](stock_quant_cost_info/) | 16.0.1.0.0 | | Shows the cost of the quants
65+
[stock_quant_expiration_date_tree](stock_quant_expiration_date_tree/) | 16.0.1.0.0 | [![Manuel Calero](https://github.com/Manuel Calero.png?size=30px)](https://github.com/Manuel Calero) | Allows to display expirations dates on stock quant tree view
6566
[stock_quant_manual_assign](stock_quant_manual_assign/) | 16.0.1.1.0 | | Stock - Manual Quant Assignment
6667
[stock_quant_reservation_info](stock_quant_reservation_info/) | 16.0.1.0.1 | | Allows to see the reserved info of Products
6768
[stock_quant_reservation_info_mrp](stock_quant_reservation_info_mrp/) | 16.0.1.0.0 | | Allows to see the manufacturing order related to the reserved info of Products

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20240819.0
1+
16.0.20240902.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
'odoo-addon-stock_pull_list>=16.0dev,<16.1dev',
5050
'odoo-addon-stock_putaway_product_template>=16.0dev,<16.1dev',
5151
'odoo-addon-stock_quant_cost_info>=16.0dev,<16.1dev',
52+
'odoo-addon-stock_quant_expiration_date_tree>=16.0dev,<16.1dev',
5253
'odoo-addon-stock_quant_manual_assign>=16.0dev,<16.1dev',
5354
'odoo-addon-stock_quant_reservation_info>=16.0dev,<16.1dev',
5455
'odoo-addon-stock_quant_reservation_info_mrp>=16.0dev,<16.1dev',

stock_quant_expiration_date_tree/README.rst

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

stock_quant_expiration_date_tree/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 Quant Expiration Date Tree</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:79ed76834756e5524f01ec75609bf8d1b2f301a65fac6985238f6fc929c541c8
370+
!! source digest: sha256:cc89830dec7f56f677ea440d2cd34975ca75732a28b51a995be6133dcfedde1f
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/16.0/stock_quant_expiration_date_tree"><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-16-0/stock-logistics-warehouse-16-0-stock_quant_expiration_date_tree"><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=16.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 to display expirations dates on stock quant tree view.</p>
@@ -407,7 +408,9 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
407408
<div class="section" id="maintainers">
408409
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
409410
<p>This module is maintained by the OCA.</p>
410-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
411+
<a class="reference external image-reference" href="https://odoo-community.org">
412+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
413+
</a>
411414
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
412415
mission is to support the collaborative development of Odoo features and
413416
promote its widespread use.</p>

0 commit comments

Comments
 (0)