diff --git a/README.md b/README.md index 352c40ae0..8e83a4835 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ addon | version | maintainers | summary [mrp_lot_production_date](mrp_lot_production_date/) | 16.0.1.0.0 | | MRP Lot Production Date [mrp_multi_level](mrp_multi_level/) | 16.0.1.2.4 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Adds an MRP Scheduler [mrp_multi_level_estimate](mrp_multi_level_estimate/) | 16.0.1.1.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level. +[mrp_packaging_default](mrp_packaging_default/) | 16.0.1.0.0 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Include packaging info in MRP by default [mrp_planned_order_matrix](mrp_planned_order_matrix/) | 16.0.1.0.0 | | Allows to create fixed planned orders on a grid view. [mrp_production_note](mrp_production_note/) | 16.0.1.0.0 | | Notes in production orders [mrp_production_quant_manual_assign](mrp_production_quant_manual_assign/) | 16.0.1.0.0 | | Production - Manual Quant Assignment diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index f24e1c36a..5f0bcd5a7 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240105.0 \ No newline at end of file +16.0.20240110.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index fa68ce7fd..5cde91905 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -17,6 +17,7 @@ setuptools.setup( 'odoo-addon-mrp_lot_production_date>=16.0dev,<16.1dev', 'odoo-addon-mrp_multi_level>=16.0dev,<16.1dev', 'odoo-addon-mrp_multi_level_estimate>=16.0dev,<16.1dev', + 'odoo-addon-mrp_packaging_default>=16.0dev,<16.1dev', 'odoo-addon-mrp_planned_order_matrix>=16.0dev,<16.1dev', 'odoo-addon-mrp_production_note>=16.0dev,<16.1dev', 'odoo-addon-mrp_production_quant_manual_assign>=16.0dev,<16.1dev',