Skip to content

Commit b61f2b2

Browse files
committed
[BOT] post-merge updates
1 parent 8ab9dea commit b61f2b2

File tree

5 files changed

+28
-16
lines changed

5 files changed

+28
-16
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ addon | version | maintainers | summary
7676
[stock_route_mto](stock_route_mto/) | 18.0.1.0.0 | <a href='https://github.com/rousseldenis'><img src='https://github.com/rousseldenis.png' width='32' height='32' style='border-radius:50%;' alt='rousseldenis'/></a> <a href='https://github.com/jbaudoux'><img src='https://github.com/jbaudoux.png' width='32' height='32' style='border-radius:50%;' alt='jbaudoux'/></a> | Allows to identify MTO routes through a checkbox and availability to filter them.
7777
[stock_secondary_unit](stock_secondary_unit/) | 18.0.1.0.0 | | Get product quantities in a secondary unit
7878
[stock_storage_category_capacity_name](stock_storage_category_capacity_name/) | 18.0.1.0.1 | | Allows to have a better display name for Stock Storage Category Capacity model
79+
[stock_valuation_layer_inventory_filter](stock_valuation_layer_inventory_filter/) | 18.0.1.0.1 | <a href='https://github.com/Shide'><img src='https://github.com/Shide.png' width='32' height='32' style='border-radius:50%;' alt='Shide'/></a> <a href='https://github.com/Andrii9090'><img src='https://github.com/Andrii9090.png' width='32' height='32' style='border-radius:50%;' alt='Andrii9090'/></a> | Allows to filter Inventory Adjustments on Stock Valuation Layers
7980
[stock_vertical_lift](stock_vertical_lift/) | 18.0.1.2.4 | | Provides the core for integration with Vertical Lifts
8081
[stock_vertical_lift_packaging_level](stock_vertical_lift_packaging_level/) | 18.0.1.0.0 | | Provides integration with Vertical Lifts and packaging levels
8182
[stock_vertical_lift_qty_by_packaging](stock_vertical_lift_qty_by_packaging/) | 18.0.1.0.0 | | Glue module for `stock_product_qty_by_packaging` and `stock_vertical_lift`.

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-stock-logistics-warehouse"
3-
version = "18.0.20251107.0"
3+
version = "18.0.20251113.0"
44
dependencies = [
55
"odoo-addon-account_move_line_stock_info==18.0.*",
66
"odoo-addon-procurement_auto_create_group==18.0.*",
@@ -53,6 +53,7 @@ dependencies = [
5353
"odoo-addon-stock_route_mto==18.0.*",
5454
"odoo-addon-stock_secondary_unit==18.0.*",
5555
"odoo-addon-stock_storage_category_capacity_name==18.0.*",
56+
"odoo-addon-stock_valuation_layer_inventory_filter==18.0.*",
5657
"odoo-addon-stock_vertical_lift==18.0.*",
5758
"odoo-addon-stock_vertical_lift_packaging_level==18.0.*",
5859
"odoo-addon-stock_vertical_lift_qty_by_packaging==18.0.*",

stock_valuation_layer_inventory_filter/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 Valuation Layer Inventory Filter
37
======================================
@@ -7,13 +11,13 @@ Stock Valuation Layer Inventory Filter
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:51681a667a4e20da6e72e05fab2ea0dbc9e80e8a7a4b147c782068a402b648f3
14+
!! source digest: sha256:2be06eeccb86e8257bafe908db10d4f117b3f47f83d3b87e3b201a298944d0db
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Alpha
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--warehouse-lightgray.png?logo=github

stock_valuation_layer_inventory_filter/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Stock Valuation Layer Inventory Filter",
66
"summary": "Allows to filter Inventory Adjustments on Stock Valuation Layers",
7-
"version": "18.0.1.0.0",
7+
"version": "18.0.1.0.1",
88
"development_status": "Alpha",
99
"category": "Inventory/Inventory",
1010
"website": "https://github.com/OCA/stock-logistics-warehouse",

stock_valuation_layer_inventory_filter/static/description/index.html

Lines changed: 18 additions & 12 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 Valuation Layer Inventory Filter</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-valuation-layer-inventory-filter">
364-
<h1 class="title">Stock Valuation Layer Inventory Filter</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-valuation-layer-inventory-filter">
370+
<h1>Stock Valuation Layer Inventory Filter</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:51681a667a4e20da6e72e05fab2ea0dbc9e80e8a7a4b147c782068a402b648f3
375+
!! source digest: sha256:2be06eeccb86e8257bafe908db10d4f117b3f47f83d3b87e3b201a298944d0db
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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/18.0/stock_valuation_layer_inventory_filter"><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_valuation_layer_inventory_filter"><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="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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-warehouse/tree/18.0/stock_valuation_layer_inventory_filter"><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_valuation_layer_inventory_filter"><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>
373378
<p>This module extends the Stock Valuation functionality to support
374379
grouping by Reference, filtering by Inventory Adjustments moves and
375380
filtering by Date and allow you to obtain a more detailed Inventory
@@ -395,14 +400,14 @@ <h1 class="title">Stock Valuation Layer Inventory Filter</h1>
395400
</ul>
396401
</div>
397402
<div class="section" id="use-cases-context">
398-
<h1><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h1>
403+
<h2><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h2>
399404
<p>This module has been developed because when making inventory adjustments
400405
with description, they cannot be filtered in the Inventory Valuation.</p>
401406
<p>This will be useful if you want to check the difference in Total Value
402407
for each inventory adjustment.</p>
403408
</div>
404409
<div class="section" id="usage">
405-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
410+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
406411
<p>To use this module, you need to:</p>
407412
<ol class="arabic simple">
408413
<li>Go to Inventory &gt; Operations &gt; Adjustments &gt; Physical Inventory</li>
@@ -413,30 +418,30 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
413418
</ol>
414419
</div>
415420
<div class="section" id="bug-tracker">
416-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
421+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
417422
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>.
418423
In case of trouble, please check there if your issue has already been reported.
419424
If you spotted it first, help us to smash it by providing a detailed and welcomed
420425
<a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_valuation_layer_inventory_filter%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
421426
<p>Do not contact contributors directly about support or help with technical issues.</p>
422427
</div>
423428
<div class="section" id="credits">
424-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
429+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
425430
<div class="section" id="authors">
426-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
431+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
427432
<ul class="simple">
428433
<li>Moduon</li>
429434
</ul>
430435
</div>
431436
<div class="section" id="contributors">
432-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
437+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
433438
<ul class="simple">
434439
<li>Eduardo de Miguel (<a class="reference external" href="https://www.moduon.team/">Moduon</a>)</li>
435440
<li>Andrii Kompaniiets (<a class="reference external" href="https://www.moduon.team/">Moduon</a>)</li>
436441
</ul>
437442
</div>
438443
<div class="section" id="maintainers">
439-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
444+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
440445
<p>This module is maintained by the OCA.</p>
441446
<a class="reference external image-reference" href="https://odoo-community.org">
442447
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -451,5 +456,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
451456
</div>
452457
</div>
453458
</div>
459+
</div>
454460
</body>
455461
</html>

0 commit comments

Comments
 (0)