diff --git a/README.md b/README.md index a4040c6aff00..70a738ce48e7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ addon | version | maintainers | summary [stock_lot_scrap](stock_lot_scrap/) | 16.0.1.0.0 | | This module adds a button in Production Lot/Serial Number view form to Scrap all products contained. [stock_move_free_reservation_reassign](stock_move_free_reservation_reassign/) | 16.0.1.0.1 | | Try to reassign a move when its reservation is removed due to the related quant becoming unavailable [stock_move_line_auto_fill](stock_move_line_auto_fill/) | 16.0.1.1.0 | | Stock Move Line auto fill -[stock_move_line_change_lot](stock_move_line_change_lot/) | 16.0.1.0.0 | | Stock Move Line Change Lot +[stock_move_line_change_lot](stock_move_line_change_lot/) | 16.0.1.0.1 | | Stock Move Line Change Lot [stock_move_line_expiration_date_required](stock_move_line_expiration_date_required/) | 16.0.1.0.2 | | Stock Move Line Expiration Date Required [stock_move_line_reserved_quant](stock_move_line_reserved_quant/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | This module allows to get the link from a stock move line to the reserved quant [stock_move_line_serial_unique](stock_move_line_serial_unique/) | 16.0.1.0.0 | | Stock Move Line Serial Unique diff --git a/stock_move_line_change_lot/README.rst b/stock_move_line_change_lot/README.rst index 0266cf7e271f..cf69c0e60e8c 100644 --- a/stock_move_line_change_lot/README.rst +++ b/stock_move_line_change_lot/README.rst @@ -7,7 +7,7 @@ Stock Move Line Change Lot !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:394ef4225f56d5975c926ea5dbe89ecc59bed0ea141a4b24ccccd937847a33e6 + !! source digest: sha256:eb1c2f900760adbaeeb01de50e8fa1ae4d0e550bf8951273325112ee3fa84b53 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_move_line_change_lot/__manifest__.py b/stock_move_line_change_lot/__manifest__.py index 40f5448950c7..6fd5628494f5 100644 --- a/stock_move_line_change_lot/__manifest__.py +++ b/stock_move_line_change_lot/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Move Line Change Lot", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "BCIM, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-workflow", diff --git a/stock_move_line_change_lot/static/description/index.html b/stock_move_line_change_lot/static/description/index.html index 6d71cb9f55a6..68766d6f63db 100644 --- a/stock_move_line_change_lot/static/description/index.html +++ b/stock_move_line_change_lot/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Stock Move Line Change Lot

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:394ef4225f56d5975c926ea5dbe89ecc59bed0ea141a4b24ccccd937847a33e6 +!! source digest: sha256:eb1c2f900760adbaeeb01de50e8fa1ae4d0e550bf8951273325112ee3fa84b53 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Improve the standard process of changing a lot on a move line.