From d9fb84ed397ad2084b962e25111e271dc42d244d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 5 Apr 2024 13:55:11 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 684bb942c3..2d4b30e3b9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ addon | version | maintainers | summary [stock_release_channel_process_end_time](stock_release_channel_process_end_time/) | 16.0.1.7.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Allows to define an end date (and time) on a release channel and propagate it to the concerned pickings [stock_release_channel_propagate_channel_picking](stock_release_channel_propagate_channel_picking/) | 16.0.1.2.0 | | Allows to propagate the channel to every picking that is created from the original one. [stock_release_channel_shipment_advice](stock_release_channel_shipment_advice/) | 16.0.1.1.0 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Plan shipment advices for ready and released pickings +[stock_release_channel_shipment_advice_process_end_time](stock_release_channel_shipment_advice_process_end_time/) | 16.0.1.0.0 | | This module allows to set a delay time (in minutes) between the release channel process end time and the shipment advice arrival to the dock time. [stock_release_channel_shipment_lead_time](stock_release_channel_shipment_lead_time/) | 16.0.1.2.0 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Release channel with shipment lead time [stock_release_channel_show_volume](stock_release_channel_show_volume/) | 16.0.1.1.0 | | Display volumes of stock release channels [stock_release_channel_show_weight](stock_release_channel_show_weight/) | 16.0.1.1.0 | | Display weights of stock release channels diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 7fbaf312f9..bbbb31d160 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240403.0 \ No newline at end of file +16.0.20240405.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 65c08440f7..b975ab5283 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -28,6 +28,7 @@ 'odoo-addon-stock_release_channel_process_end_time>=16.0dev,<16.1dev', 'odoo-addon-stock_release_channel_propagate_channel_picking>=16.0dev,<16.1dev', 'odoo-addon-stock_release_channel_shipment_advice>=16.0dev,<16.1dev', + 'odoo-addon-stock_release_channel_shipment_advice_process_end_time>=16.0dev,<16.1dev', 'odoo-addon-stock_release_channel_shipment_lead_time>=16.0dev,<16.1dev', 'odoo-addon-stock_release_channel_show_volume>=16.0dev,<16.1dev', 'odoo-addon-stock_release_channel_show_weight>=16.0dev,<16.1dev',