diff --git a/README.md b/README.md index 3fd53bcf7..a0dfb4b92 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [ddmrp_exclude_moves_adu_calc_sales](ddmrp_exclude_moves_adu_calc_sales/) | 16.0.1.0.1 | [![DavidJForgeFlow](https://github.com/DavidJForgeFlow.png?size=30px)](https://github.com/DavidJForgeFlow) | DDMRP Exclude Moves ADU Calc integration with Sales app. [ddmrp_history](ddmrp_history/) | 16.0.1.1.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allow to store historical data of DDMRP buffers. [ddmrp_product_replace](ddmrp_product_replace/) | 16.0.1.1.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Provides a assisting tool for product replacement. +[ddmrp_report_part_flow_index](ddmrp_report_part_flow_index/) | 16.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Provides the DDMRP Parts Flow Index Report [ddmrp_sale](ddmrp_sale/) | 16.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | DDMRP integration with Sales app. [ddmrp_warning](ddmrp_warning/) | 16.0.1.2.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds configuration warnings on stock buffers. [stock_buffer_route](stock_buffer_route/) | 16.0.1.2.0 | | Allows to force a route to be used when procuring from Stock Buffers diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b824a890a..f237821ff 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240311.0 \ No newline at end of file +16.0.20240417.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 0368cfe8d..7809ab8c6 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -16,6 +16,7 @@ 'odoo-addon-ddmrp_exclude_moves_adu_calc_sales>=16.0dev,<16.1dev', 'odoo-addon-ddmrp_history>=16.0dev,<16.1dev', 'odoo-addon-ddmrp_product_replace>=16.0dev,<16.1dev', + 'odoo-addon-ddmrp_report_part_flow_index>=16.0dev,<16.1dev', 'odoo-addon-ddmrp_sale>=16.0dev,<16.1dev', 'odoo-addon-ddmrp_warning>=16.0dev,<16.1dev', 'odoo-addon-stock_buffer_route>=16.0dev,<16.1dev',