diff --git a/README.md b/README.md index 2270fbd2d..dba86fd5b 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ addon | version | maintainers | summary [stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 16.0.1.0.1 | | Allows to search for picking from supplierinfo code [stock_storage_category_capacity_name](stock_storage_category_capacity_name/) | 16.0.1.0.0 | | Allows to have a better display name for Stock Storage Category Capacity model [stock_valuation_layer_accounting_date](stock_valuation_layer_accounting_date/) | 16.0.1.0.0 | | Stock Valuation Layer Accounting Date +[stock_valuation_layer_inventory_filter](stock_valuation_layer_inventory_filter/) | 16.0.1.0.1 | [](https://github.com/Shide) | Allows to filter Inventory Adjustments on Stock Valuation Layers [stock_valuation_layer_total_value](stock_valuation_layer_total_value/) | 16.0.1.0.0 | | Show total value on tree and form view [stock_warehouse_calendar](stock_warehouse_calendar/) | 16.0.1.0.0 | [](https://github.com/JordiBForgeFlow) | Adds a calendar to the Warehouse diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 27abb7e50..47ba42ab9 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240702.0 \ No newline at end of file +16.0.20240712.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 6b5b34d09..a0167be3f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -55,6 +55,7 @@ setuptools.setup( 'odoo-addon-stock_search_supplierinfo_code>=16.0dev,<16.1dev', 'odoo-addon-stock_storage_category_capacity_name>=16.0dev,<16.1dev', 'odoo-addon-stock_valuation_layer_accounting_date>=16.0dev,<16.1dev', + 'odoo-addon-stock_valuation_layer_inventory_filter>=16.0dev,<16.1dev', 'odoo-addon-stock_valuation_layer_total_value>=16.0dev,<16.1dev', 'odoo-addon-stock_warehouse_calendar>=16.0dev,<16.1dev', ], diff --git a/stock_valuation_layer_inventory_filter/README.rst b/stock_valuation_layer_inventory_filter/README.rst index 8ebdfa7f5..1f515b816 100644 --- a/stock_valuation_layer_inventory_filter/README.rst +++ b/stock_valuation_layer_inventory_filter/README.rst @@ -7,7 +7,7 @@ Stock Valuation Layer Inventory Filter !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7484521dc2e2d98bad90e83f086726f551d88a8631b9900ba865de845504d994 + !! source digest: sha256:51681a667a4e20da6e72e05fab2ea0dbc9e80e8a7a4b147c782068a402b648f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/stock_valuation_layer_inventory_filter/__manifest__.py b/stock_valuation_layer_inventory_filter/__manifest__.py index c65c765bd..19fb6be10 100644 --- a/stock_valuation_layer_inventory_filter/__manifest__.py +++ b/stock_valuation_layer_inventory_filter/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Valuation Layer Inventory Filter", "summary": "Allows to filter Inventory Adjustments on Stock Valuation Layers", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "development_status": "Alpha", "category": "Inventory/Inventory", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/stock_valuation_layer_inventory_filter/static/description/index.html b/stock_valuation_layer_inventory_filter/static/description/index.html index 62dc6828c..48db4ce62 100644 --- a/stock_valuation_layer_inventory_filter/static/description/index.html +++ b/stock_valuation_layer_inventory_filter/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7484521dc2e2d98bad90e83f086726f551d88a8631b9900ba865de845504d994 +!! source digest: sha256:51681a667a4e20da6e72e05fab2ea0dbc9e80e8a7a4b147c782068a402b648f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module extends the Stock Valuation functionality to support