From ab8178de6f760d69da9e73bd92a0450359cb76a1 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Wed, 5 Oct 2022 17:04:22 -0500 Subject: [PATCH] Apply suggestions from code review --- stock_request_picking_type/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request_picking_type/__manifest__.py b/stock_request_picking_type/__manifest__.py index cac856c74..e85d602fb 100644 --- a/stock_request_picking_type/__manifest__.py +++ b/stock_request_picking_type/__manifest__.py @@ -15,6 +15,6 @@ "views/stock_request_order_views.xml", "views/stock_picking_views.xml", ], - "development_status": "Production/Stable", + "development_status": "Beta", "maintainers": ["max3903"], }