From 331b0fb2ad1642adecb5f46b2c9ee6ef8da2a453 Mon Sep 17 00:00:00 2001 From: JasminSForgeFlow Date: Tue, 21 May 2024 13:01:08 +0530 Subject: [PATCH] [MIG] mrp_planned_order_matrix: Migration to 17.0 --- mrp_planned_order_matrix/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_planned_order_matrix/__manifest__.py b/mrp_planned_order_matrix/__manifest__.py index 023bd1db2..1bf2beee8 100644 --- a/mrp_planned_order_matrix/__manifest__.py +++ b/mrp_planned_order_matrix/__manifest__.py @@ -3,7 +3,7 @@ { "name": "MRP Planned Order Matrix", "summary": "Allows to create fixed planned orders on a grid view.", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "development_status": "Production/Stable", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/manufacture",