diff --git a/README.md b/README.md index 745232bbe0d..081cd1ff415 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ addon | version | maintainers | summary [mrp_multi_level_estimate](mrp_multi_level_estimate/) | 16.0.1.1.2 | [![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.2 | [![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_product_characterisation](mrp_product_characterisation/) | 16.0.1.0.0 | | Adds product characterisation 'Intermediate Products'. [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 [mrp_restrict_lot](mrp_restrict_lot/) | 16.0.1.0.1 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | MRP Restrict Lot diff --git a/mrp_product_characterisation/static/description/icon.png b/mrp_product_characterisation/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/mrp_product_characterisation/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 190b4b142a3..aaff55a78c1 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20250107.0 \ No newline at end of file +16.0.20250109.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 72e6c908357..ba0c63db735 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -30,6 +30,7 @@ '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_product_characterisation>=16.0dev,<16.1dev', 'odoo-addon-mrp_production_note>=16.0dev,<16.1dev', 'odoo-addon-mrp_production_quant_manual_assign>=16.0dev,<16.1dev', 'odoo-addon-mrp_restrict_lot>=16.0dev,<16.1dev',