diff --git a/README.md b/README.md index 9057b74059dc..0c5589e8aa6c 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ addon | version | maintainers | summary [stock_reserve](stock_reserve/) | 16.0.1.3.1 | | Stock reservations on products [stock_reserve_rule](stock_reserve_rule/) | 16.0.1.0.0 | | Configure reservation rules by location [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_scrap_location_default](stock_scrap_location_default/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Allows to define a setting at company level that reference a default scrap location [stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 16.0.1.0.1 | | Allows to search for picking from supplierinfo code [stock_storage_category_capacity_name](stock_storage_category_capacity_name/) | 16.0.1.0.0 | | Allows to have a better display name for Stock Storage Category Capacity model [stock_valuation_layer_accounting_date](stock_valuation_layer_accounting_date/) | 16.0.1.0.0 | | Stock Valuation Layer Accounting Date diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 95d7a92097ca..1647307f3a32 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241007.1 \ No newline at end of file +16.0.20241007.2 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f3346557db16..945c47b2d0f9 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -60,6 +60,7 @@ 'odoo-addon-stock_reserve>=16.0dev,<16.1dev', 'odoo-addon-stock_reserve_rule>=16.0dev,<16.1dev', 'odoo-addon-stock_route_mto>=16.0dev,<16.1dev', + 'odoo-addon-stock_scrap_location_default>=16.0dev,<16.1dev', 'odoo-addon-stock_search_supplierinfo_code>=16.0dev,<16.1dev', 'odoo-addon-stock_storage_category_capacity_name>=16.0dev,<16.1dev', 'odoo-addon-stock_valuation_layer_accounting_date>=16.0dev,<16.1dev',