diff --git a/README.md b/README.md index 0462d483d..1782adb0e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [stock_inventory](stock_inventory/) | 17.0.1.0.0 | | Allows to do an easier follow up of the Inventory Adjustments [stock_inventory_discrepancy](stock_inventory_discrepancy/) | 17.0.1.0.0 | | Adds the capability to show the discrepancy of every line in an inventory and to block the inventory validation when the discrepancy is over a user defined threshold. [stock_mts_mto_rule](stock_mts_mto_rule/) | 17.0.1.0.0 | | Add a MTS+MTO route +[stock_picking_volume](stock_picking_volume/) | 17.0.1.0.0 | [](https://github.com/lmignon) | Compute volume information on stock moves and pickings [stock_removal_location_by_priority](stock_removal_location_by_priority/) | 17.0.1.0.0 | | Establish a removal priority on stock locations. [stock_reserve](stock_reserve/) | 17.0.1.0.0 | | Stock reservations on products [stock_warehouse_calendar](stock_warehouse_calendar/) | 17.0.1.0.0 | [](https://github.com/JordiBForgeFlow) | Adds a calendar to the Warehouse diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index d1af3af24..90aabf8b1 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-stock-logistics-warehouse" -version = "17.0.20240704.0" +version = "17.0.20240705.0" dependencies = [ "odoo-addon-scrap_reason_code>=17.0dev,<17.1dev", "odoo-addon-stock_demand_estimate>=17.0dev,<17.1dev", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-stock_inventory>=17.0dev,<17.1dev", "odoo-addon-stock_inventory_discrepancy>=17.0dev,<17.1dev", "odoo-addon-stock_mts_mto_rule>=17.0dev,<17.1dev", + "odoo-addon-stock_picking_volume>=17.0dev,<17.1dev", "odoo-addon-stock_removal_location_by_priority>=17.0dev,<17.1dev", "odoo-addon-stock_reserve>=17.0dev,<17.1dev", "odoo-addon-stock_warehouse_calendar>=17.0dev,<17.1dev", diff --git a/stock_picking_volume/README.rst b/stock_picking_volume/README.rst index 5ec5e97d0..548c12638 100644 --- a/stock_picking_volume/README.rst +++ b/stock_picking_volume/README.rst @@ -7,7 +7,7 @@ Stock Picking Volume !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e4095603b6f92a31b37b18b82ece700d29b69571bd3507827341d17d3e680f4b + !! source digest: sha256:74e1a55b8edd8db012b795a290ba405e3b54488d68f7415afc71b81e36ee69ce !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_volume/static/description/index.html b/stock_picking_volume/static/description/index.html index 42cfdfbce..518c8e58a 100644 --- a/stock_picking_volume/static/description/index.html +++ b/stock_picking_volume/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e4095603b6f92a31b37b18b82ece700d29b69571bd3507827341d17d3e680f4b +!! source digest: sha256:74e1a55b8edd8db012b795a290ba405e3b54488d68f7415afc71b81e36ee69ce !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
For some processes, you need to know the volume of your stock picking.