diff --git a/README.md b/README.md index f925e29bcf9a..78a257f537fe 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [delivery_procurement_group_carrier](delivery_procurement_group_carrier/) | 17.0.1.0.0 | | Delivery Procurement Group Carrier [sale_order_global_stock_route](sale_order_global_stock_route/) | 17.0.1.0.0 | | Add the possibility to choose one warehouse path for an order +[stock_account_product_run_fifo_hook](stock_account_product_run_fifo_hook/) | 17.0.1.0.0 | | Add more flexibility in the run fifo method. [stock_account_show_automatic_valuation](stock_account_show_automatic_valuation/) | 17.0.1.0.0 | | Allow automatic valuation for stock moves in community edition [stock_move_line_reference_link](stock_move_line_reference_link/) | 17.0.1.0.0 | | Add link in stock move line references. [stock_no_negative](stock_no_negative/) | 17.0.1.0.0 | | Disallow negative stock levels by default diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 61c2acf6259e..55d4dcae89a5 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-stock-logistics-workflow" -version = "17.0.20240918.0" +version = "17.0.20240919.0" dependencies = [ "odoo-addon-delivery_procurement_group_carrier>=17.0dev,<17.1dev", "odoo-addon-sale_order_global_stock_route>=17.0dev,<17.1dev", + "odoo-addon-stock_account_product_run_fifo_hook>=17.0dev,<17.1dev", "odoo-addon-stock_account_show_automatic_valuation>=17.0dev,<17.1dev", "odoo-addon-stock_move_line_reference_link>=17.0dev,<17.1dev", "odoo-addon-stock_no_negative>=17.0dev,<17.1dev", diff --git a/stock_account_product_run_fifo_hook/README.rst b/stock_account_product_run_fifo_hook/README.rst index 99c105a97dbd..6bb2abe34245 100644 --- a/stock_account_product_run_fifo_hook/README.rst +++ b/stock_account_product_run_fifo_hook/README.rst @@ -7,7 +7,7 @@ Stock Account Product Run FIFO Hook !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ff6788879f9b019db4cc15ff824e449375401e5224dc1a192a79c080071b26a8 + !! source digest: sha256:74b545ba31b3ae67e48f5791b51eae59906b1e3242af8c8e7eb91f6e92c26e27 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_account_product_run_fifo_hook/static/description/index.html b/stock_account_product_run_fifo_hook/static/description/index.html index f570f300ea6f..4ee87742309b 100644 --- a/stock_account_product_run_fifo_hook/static/description/index.html +++ b/stock_account_product_run_fifo_hook/static/description/index.html @@ -367,7 +367,7 @@

Stock Account Product Run FIFO Hook

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ff6788879f9b019db4cc15ff824e449375401e5224dc1a192a79c080071b26a8 +!! source digest: sha256:74b545ba31b3ae67e48f5791b51eae59906b1e3242af8c8e7eb91f6e92c26e27 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

This module adds hook points in product_product._run_fifo in order to