diff --git a/README.md b/README.md index 72fa8df16688..40296cac4094 100644 --- a/README.md +++ b/README.md @@ -116,13 +116,13 @@ addon | version | maintainers | summary [stock_reserve_rule](stock_reserve_rule/) | 14.0.1.3.0 | | Configure reservation rules by location [stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 14.0.1.0.0 | | Allows to search for picking from supplierinfo code [stock_secondary_unit](stock_secondary_unit/) | 14.0.1.0.1 | | Get product quantities in a secondary unit -[stock_vertical_lift](stock_vertical_lift/) | 14.0.1.2.0 | | Provides the core for integration with Vertical Lifts +[stock_vertical_lift](stock_vertical_lift/) | 14.0.1.3.0 | | Provides the core for integration with Vertical Lifts [stock_vertical_lift_empty_tray_check](stock_vertical_lift_empty_tray_check/) | 14.0.1.0.2 | | Checks if the tray is actually empty. [stock_vertical_lift_kardex](stock_vertical_lift_kardex/) | 14.0.1.1.0 | | Integrate with Kardex Remstar Vertical Lifts [stock_vertical_lift_packaging_type](stock_vertical_lift_packaging_type/) | 14.0.1.0.0 | | Provides integration with Vertical Lifts and packaging types [stock_vertical_lift_qty_by_packaging](stock_vertical_lift_qty_by_packaging/) | 14.0.1.0.1 | | Glue module for `stock_product_qty_by_packaging` and `stock_vertical_lift`. [stock_vertical_lift_server_env](stock_vertical_lift_server_env/) | 14.0.1.0.0 | | Server Environment layer for Vertical Lift -[stock_vertical_lift_storage_type](stock_vertical_lift_storage_type/) | 14.0.1.0.0 | | Compatibility layer for storage types on vertical lifts +[stock_vertical_lift_storage_type](stock_vertical_lift_storage_type/) | 14.0.1.1.0 | | Compatibility layer for storage types on vertical lifts [stock_warehouse_calendar](stock_warehouse_calendar/) | 14.0.1.0.1 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds a calendar to the Warehouse [//]: # (end addons) diff --git a/stock_vertical_lift/README.rst b/stock_vertical_lift/README.rst index 0d0482d2fd8f..1f55b11cd1e0 100644 --- a/stock_vertical_lift/README.rst +++ b/stock_vertical_lift/README.rst @@ -7,7 +7,7 @@ Vertical Lift !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0f299b52490f52c6e9891b54e8d10be05479592f24dcacba01df74067058efd9 + !! source digest: sha256:db0b1f8936a7546c0b1ede83214214a46760b20d7ca2be624b173961aaa8f256 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/stock_vertical_lift/__manifest__.py b/stock_vertical_lift/__manifest__.py index 50bfd2007685..33282d8bbeab 100644 --- a/stock_vertical_lift/__manifest__.py +++ b/stock_vertical_lift/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Vertical Lift", "summary": "Provides the core for integration with Vertical Lifts", - "version": "14.0.1.2.0", + "version": "14.0.1.3.0", "category": "Stock", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/stock_vertical_lift/static/description/index.html b/stock_vertical_lift/static/description/index.html index ec9dba1f87d7..ccb5d44f336c 100644 --- a/stock_vertical_lift/static/description/index.html +++ b/stock_vertical_lift/static/description/index.html @@ -366,7 +366,7 @@
Add configuration and dedicated screens to work with Vertical Lift diff --git a/stock_vertical_lift_storage_type/README.rst b/stock_vertical_lift_storage_type/README.rst index c5b98cd34bac..78ae64458d53 100644 --- a/stock_vertical_lift_storage_type/README.rst +++ b/stock_vertical_lift_storage_type/README.rst @@ -7,7 +7,7 @@ Vertical Lift - Storage Type !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1a45126b86dfc513594e5a5b2a2507007c8b5bc969db53477faec984f066ec35 + !! source digest: sha256:6745ac89ded9ce0f45458ea35c51b4ac0a20a617f9ea6f63f9e0ce30afa6024d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/stock_vertical_lift_storage_type/__manifest__.py b/stock_vertical_lift_storage_type/__manifest__.py index e91ffacd9b41..0fd348aa2202 100644 --- a/stock_vertical_lift_storage_type/__manifest__.py +++ b/stock_vertical_lift_storage_type/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Vertical Lift - Storage Type", "summary": "Compatibility layer for storage types on vertical lifts", - "version": "14.0.1.0.0", + "version": "14.0.1.1.0", "category": "Stock", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/stock_vertical_lift_storage_type/static/description/index.html b/stock_vertical_lift_storage_type/static/description/index.html index 6825319a770e..ac6ce020f2b7 100644 --- a/stock_vertical_lift_storage_type/static/description/index.html +++ b/stock_vertical_lift_storage_type/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@Compatibility layer between Stock Vertical Lift and Putaway Storage Types (OCA/wms).