diff --git a/README.md b/README.md index 86df75957..ad5a6bc47 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ addon | version | maintainers | summary [stock_putaway_product_template](stock_putaway_product_template/) | 16.0.1.0.0 | [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view [stock_quant_cost_info](stock_quant_cost_info/) | 16.0.1.0.0 | | Shows the cost of the quants [stock_quant_manual_assign](stock_quant_manual_assign/) | 16.0.1.0.1 | | Stock - Manual Quant Assignment +[stock_removal_location_by_priority](stock_removal_location_by_priority/) | 16.0.1.0.0 | | Establish a removal priority on stock locations. [stock_reserve](stock_reserve/) | 16.0.1.3.0 | | Stock reservations on products [stock_route_mto](stock_route_mto/) | 16.0.1.0.0 | | Allows to identify MTO routes through a checkbox and availability to filter them. [stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 16.0.1.0.1 | | Allows to search for picking from supplierinfo code diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 5f0bcd5a7..2b247bfa0 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240110.0 \ No newline at end of file +16.0.20240309.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 0036a6288..c67a966b1 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -40,6 +40,7 @@ setuptools.setup( 'odoo-addon-stock_putaway_product_template>=16.0dev,<16.1dev', 'odoo-addon-stock_quant_cost_info>=16.0dev,<16.1dev', 'odoo-addon-stock_quant_manual_assign>=16.0dev,<16.1dev', + 'odoo-addon-stock_removal_location_by_priority>=16.0dev,<16.1dev', 'odoo-addon-stock_reserve>=16.0dev,<16.1dev', 'odoo-addon-stock_route_mto>=16.0dev,<16.1dev', 'odoo-addon-stock_search_supplierinfo_code>=16.0dev,<16.1dev',