diff --git a/README.md b/README.md index 8a1b96b50..dec830cff 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ addon | version | maintainers | summary [quality_control_oca](quality_control_oca/) | 15.0.1.0.0 | | Generic infrastructure for quality tests. [quality_control_stock_oca](quality_control_stock_oca/) | 15.0.1.0.0 | | Quality control - Stock (OCA) [stock_picking_product_kit_helper](stock_picking_product_kit_helper/) | 15.0.0.1.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Set quanity in picking line based on product kit quantity +[stock_replenishment_mrp_bom_selection](stock_replenishment_mrp_bom_selection/) | 15.0.1.0.0 | | Stock Replenishment MRP BoM Selection [stock_whole_kit_constraint](stock_whole_kit_constraint/) | 15.0.1.0.0 | | Avoid to deliver a kit partially [//]: # (end addons) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b1ab85596..52fd0b205 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240313.0 \ No newline at end of file +15.0.20240517.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index ba9464040..c652fb3e1 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -45,6 +45,7 @@ setuptools.setup( 'odoo-addon-quality_control_oca>=15.0dev,<15.1dev', 'odoo-addon-quality_control_stock_oca>=15.0dev,<15.1dev', 'odoo-addon-stock_picking_product_kit_helper>=15.0dev,<15.1dev', + 'odoo-addon-stock_replenishment_mrp_bom_selection>=15.0dev,<15.1dev', 'odoo-addon-stock_whole_kit_constraint>=15.0dev,<15.1dev', ], classifiers=[ diff --git a/stock_replenishment_mrp_bom_selection/static/description/icon.png b/stock_replenishment_mrp_bom_selection/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/stock_replenishment_mrp_bom_selection/static/description/icon.png differ