From e839163a3007aa67aa647d9c597aa1104431455b Mon Sep 17 00:00:00 2001 From: bosd Date: Thu, 4 Jan 2024 20:29:00 +0100 Subject: [PATCH] mrp_lot_number_propagation: Promote to Beta development status --- mrp_lot_number_propagation/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_lot_number_propagation/__manifest__.py b/mrp_lot_number_propagation/__manifest__.py index 3e2e80fbd..a38d2b867 100644 --- a/mrp_lot_number_propagation/__manifest__.py +++ b/mrp_lot_number_propagation/__manifest__.py @@ -3,7 +3,7 @@ { "name": "MRP Serial Number Propagation", "version": "16.0.1.0.0", - "development_status": "Alpha", + "development_status": "Beta", "license": "AGPL-3", "author": "Camptocamp, Odoo Community Association (OCA)", "maintainers": ["sebalix"],