From 8b63bf2ddf9f711cd569dd88edf641e740f8a357 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 14 Dec 2023 20:56:32 +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 d1c49589b8c..d2c2a3f0982 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ addon | version | maintainers | summary [sale_order_line_tag](sale_order_line_tag/) | 16.0.1.0.0 | [![smaciaosi](https://github.com/smaciaosi.png?size=30px)](https://github.com/smaciaosi) [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) [![ckolobow](https://github.com/ckolobow.png?size=30px)](https://github.com/ckolobow) | Add tags to classify sales order line reasons [sale_order_lot_generator](sale_order_lot_generator/) | 16.0.1.0.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) [![mourad-ehm](https://github.com/mourad-ehm.png?size=30px)](https://github.com/mourad-ehm) [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Sale Order Lot Generator [sale_order_lot_selection](sale_order_lot_selection/) | 16.0.1.0.1 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Sale Order Lot Selection +[sale_order_price_recalculation](sale_order_price_recalculation/) | 16.0.1.0.0 | | Recalculate prices / Reset descriptions on sale order lines [sale_order_product_availability_inline](sale_order_product_availability_inline/) | 16.0.1.0.0 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Show product availability in sales order line product drop-down. [sale_order_product_picker](sale_order_product_picker/) | 16.0.1.1.1 | | Sale Order Product Picker [sale_order_product_recommendation](sale_order_product_recommendation/) | 16.0.1.2.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Recommend products to sell to customer based on history diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 1a7db3540f3..eb4546a402a 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231214.0 \ No newline at end of file +16.0.20231214.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5a53830dcc7..38ebc5c7972 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -45,6 +45,7 @@ 'odoo-addon-sale_order_line_tag>=16.0dev,<16.1dev', 'odoo-addon-sale_order_lot_generator>=16.0dev,<16.1dev', 'odoo-addon-sale_order_lot_selection>=16.0dev,<16.1dev', + 'odoo-addon-sale_order_price_recalculation>=16.0dev,<16.1dev', 'odoo-addon-sale_order_product_availability_inline>=16.0dev,<16.1dev', 'odoo-addon-sale_order_product_picker>=16.0dev,<16.1dev', 'odoo-addon-sale_order_product_recommendation>=16.0dev,<16.1dev',