diff --git a/README.md b/README.md index 7a20d97b7df2..28429475ee29 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ addon | version | maintainers | summary [stock_putaway_product_template](stock_putaway_product_template/) | 16.0.1.0.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 [stock_quant_cost_info](stock_quant_cost_info/) | 16.0.1.0.0 | | Shows the cost of the quants [stock_quant_manual_assign](stock_quant_manual_assign/) | 16.0.1.0.1 | | Stock - Manual Quant Assignment -[stock_reserve](stock_reserve/) | 16.0.1.1.0 | | Stock reservations on products +[stock_reserve](stock_reserve/) | 16.0.1.2.0 | | Stock reservations on products [stock_route_mto](stock_route_mto/) | 16.0.1.0.0 | | Allows to identify MTO routes through a checkbox and availability to filter them. [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 diff --git a/stock_reserve/README.rst b/stock_reserve/README.rst index 1df1f46429ad..044ab0446460 100644 --- a/stock_reserve/README.rst +++ b/stock_reserve/README.rst @@ -7,7 +7,7 @@ Stock Reservation !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:872770c689a65dbd708c9750ed623817f72db56905b4205b2c388a58aef8517a + !! source digest: sha256:1463244cee60d2d848829c10fc497b2908008297b707ce66fd0ddbac209a1374 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -52,7 +52,7 @@ Usage To make a stock reservation: -#. Go to *Inventory > Operations*. +#. Go to *Inventory > Products*. #. Select or create one product with stock. #. Click on *Stock Reservations* smart button. #. Create one reservation. diff --git a/stock_reserve/__manifest__.py b/stock_reserve/__manifest__.py index 46961ce1e4cf..092cdd7c3f53 100644 --- a/stock_reserve/__manifest__.py +++ b/stock_reserve/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Reservation", "summary": "Stock reservations on products", - "version": "16.0.1.1.0", + "version": "16.0.1.2.0", "author": "Camptocamp, Odoo Community Association (OCA)", "category": "Warehouse", "license": "AGPL-3", diff --git a/stock_reserve/static/description/index.html b/stock_reserve/static/description/index.html index 021d7d08a7a2..86663477a320 100644 --- a/stock_reserve/static/description/index.html +++ b/stock_reserve/static/description/index.html @@ -367,7 +367,7 @@

Stock Reservation

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:872770c689a65dbd708c9750ed623817f72db56905b4205b2c388a58aef8517a +!! source digest: sha256:1463244cee60d2d848829c10fc497b2908008297b707ce66fd0ddbac209a1374 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

Allows to create stock reservations on products.