diff --git a/README.md b/README.md index 48bf88308ae..7d87d8308a9 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ addon | version | maintainers | summary [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_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_recommendation](sale_order_product_recommendation/) | 16.0.1.0.0 | | Recommend products to sell to customer based on history +[sale_order_product_recommendation_packaging_default](sale_order_product_recommendation_packaging_default/) | 16.0.1.0.0 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Quickly add recommended products to sale order by packagings [sale_order_qty_change_no_recompute](sale_order_qty_change_no_recompute/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Prevent recompute if only quantity has changed in sale order line [sale_order_revision](sale_order_revision/) | 16.0.1.0.1 | | Keep track of revised quotations [sale_order_type](sale_order_type/) | 16.0.1.0.6 | | Sale Order Type diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index ca2669cd8c1..a8821f811d7 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231001.0 \ No newline at end of file +16.0.20231017.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 4f21526bf05..3b0b5452b07 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -42,6 +42,7 @@ 'odoo-addon-sale_order_lot_selection>=16.0dev,<16.1dev', 'odoo-addon-sale_order_product_availability_inline>=16.0dev,<16.1dev', 'odoo-addon-sale_order_product_recommendation>=16.0dev,<16.1dev', + 'odoo-addon-sale_order_product_recommendation_packaging_default>=16.0dev,<16.1dev', 'odoo-addon-sale_order_qty_change_no_recompute>=16.0dev,<16.1dev', 'odoo-addon-sale_order_revision>=16.0dev,<16.1dev', 'odoo-addon-sale_order_type>=16.0dev,<16.1dev',