From fdb708754d25281a6141b4417a4f0a84555453cb Mon Sep 17 00:00:00 2001 From: Bernat Puig Font Date: Wed, 15 Dec 2021 16:11:07 +0100 Subject: [PATCH] [MIG] mrp_bom_tracking: Migration to 14.0 --- mrp_bom_tracking/__manifest__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mrp_bom_tracking/__manifest__.py b/mrp_bom_tracking/__manifest__.py index 7e3618d61..0ad9f2e94 100644 --- a/mrp_bom_tracking/__manifest__.py +++ b/mrp_bom_tracking/__manifest__.py @@ -3,7 +3,7 @@ { "name": "MRP BoM Tracking", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "summary": "Logs any change to a BoM in the chatter", "website": "https://github.com/OCA/manufacture", @@ -12,4 +12,5 @@ "data": ["views/bom_template.xml"], "license": "LGPL-3", "installable": True, + "development_status": "Production/Stable", }