diff --git a/README.md b/README.md index 9dee0217d3c..da9d4814db1 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [mrp_bom_line_formula_quantity](mrp_bom_line_formula_quantity/) | 16.0.1.0.0 | [![SirAionTech](https://github.com/SirAionTech.png?size=30px)](https://github.com/SirAionTech) | Compute the quantity of a Production Line using a formula in the BoM Line. [mrp_bom_location](mrp_bom_location/) | 16.0.1.1.1 | | Adds location field to Bill of Materials and its components. [mrp_bom_note](mrp_bom_note/) | 16.0.1.0.0 | | Notes in Bill of Materials +[mrp_bom_produce_delay](mrp_bom_produce_delay/) | 16.0.1.0.0 | | Add Product Delay in BoM, linked to Product Produce Delay. [mrp_bom_select_product_variant](mrp_bom_select_product_variant/) | 16.0.1.0.0 | | Favors Product variant selection for BOM creation. [mrp_bom_tag](mrp_bom_tag/) | 16.0.1.0.0 | | Add tags on your BoM to find it easily [mrp_bom_tracking](mrp_bom_tracking/) | 16.0.1.0.0 | | Logs any change to a BoM in the chatter diff --git a/mrp_bom_produce_delay/static/description/icon.png b/mrp_bom_produce_delay/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/mrp_bom_produce_delay/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 186c3f5f896..5f4f7c166bd 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241202.0 \ No newline at end of file +16.0.20241208.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 430bb94ae17..6c102104caa 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -16,6 +16,7 @@ 'odoo-addon-mrp_bom_line_formula_quantity>=16.0dev,<16.1dev', 'odoo-addon-mrp_bom_location>=16.0dev,<16.1dev', 'odoo-addon-mrp_bom_note>=16.0dev,<16.1dev', + 'odoo-addon-mrp_bom_produce_delay>=16.0dev,<16.1dev', 'odoo-addon-mrp_bom_select_product_variant>=16.0dev,<16.1dev', 'odoo-addon-mrp_bom_tag>=16.0dev,<16.1dev', 'odoo-addon-mrp_bom_tracking>=16.0dev,<16.1dev',