diff --git a/README.md b/README.md index e1d6eb9e0a65..855f0392fbc0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ addon | version | maintainers | summary [stock_picking_auto_create_lot](stock_picking_auto_create_lot/) | 15.0.1.0.2 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Auto create lots for incoming pickings [stock_picking_back2draft](stock_picking_back2draft/) | 15.0.1.0.1 | | Reopen cancelled pickings [stock_picking_backorder_strategy](stock_picking_backorder_strategy/) | 15.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) [![mgosai](https://github.com/mgosai.png?size=30px)](https://github.com/mgosai) | Picking backordering strategies -[stock_picking_batch_extended](stock_picking_batch_extended/) | 15.0.2.3.0 | [![gurneyalex](https://github.com/gurneyalex.png?size=30px)](https://github.com/gurneyalex) [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) [![i-vyshnevska](https://github.com/i-vyshnevska.png?size=30px)](https://github.com/i-vyshnevska) | Allows manage a lot of pickings in batch +[stock_picking_batch_extended](stock_picking_batch_extended/) | 15.0.2.3.1 | [![gurneyalex](https://github.com/gurneyalex.png?size=30px)](https://github.com/gurneyalex) [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) [![i-vyshnevska](https://github.com/i-vyshnevska.png?size=30px)](https://github.com/i-vyshnevska) | Allows manage a lot of pickings in batch [stock_picking_batch_extended_account](stock_picking_batch_extended_account/) | 15.0.1.0.2 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Generates invoices when batch is set to Done state [stock_picking_batch_extended_account_sale_type](stock_picking_batch_extended_account_sale_type/) | 15.0.1.0.1 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Generates invoices when batch is set to Done state [stock_picking_batch_set_quantity](stock_picking_batch_set_quantity/) | 15.0.1.0.0 | | Adds buttons to set all reserved quantity in quantity done fields diff --git a/stock_picking_batch_extended/README.rst b/stock_picking_batch_extended/README.rst index 062281aa0c2d..17b9acf9dcf5 100644 --- a/stock_picking_batch_extended/README.rst +++ b/stock_picking_batch_extended/README.rst @@ -7,7 +7,7 @@ Stock batch picking extended !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:134539e3f529177ece98c9d52c746e76a1136a358458a21c441d08486b921261 + !! source digest: sha256:5871df044e452e0805722b336b591a8c24ce268aaba6b30c1ceb54ab38ab255d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/stock_picking_batch_extended/__manifest__.py b/stock_picking_batch_extended/__manifest__.py index ede2306ec495..fab810d1fbc5 100644 --- a/stock_picking_batch_extended/__manifest__.py +++ b/stock_picking_batch_extended/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Stock batch picking extended", "summary": "Allows manage a lot of pickings in batch", - "version": "15.0.2.3.0", + "version": "15.0.2.3.1", "author": "Camptocamp, " "Tecnativa, " "Odoo Community Association (OCA)", "development_status": "Mature", "maintainers": ["gurneyalex", "carlosdauden", "i-vyshnevska"], diff --git a/stock_picking_batch_extended/static/description/index.html b/stock_picking_batch_extended/static/description/index.html index 07e8e53aa0a6..9fc8f2aeb887 100644 --- a/stock_picking_batch_extended/static/description/index.html +++ b/stock_picking_batch_extended/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Stock batch picking extended

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:134539e3f529177ece98c9d52c746e76a1136a358458a21c441d08486b921261 +!! source digest: sha256:5871df044e452e0805722b336b591a8c24ce268aaba6b30c1ceb54ab38ab255d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module is based on picking_dispatch