From 522fda94ee5fa5b2892e67a7cf6460b34d8204b1 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 22 Apr 2022 08:38:08 +0200 Subject: [PATCH] [FIX] Adjust development status Downgrade 2 modules for complying with rules. --- mrp_production_request/__manifest__.py | 2 +- mrp_warehouse_calendar/__manifest__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mrp_production_request/__manifest__.py b/mrp_production_request/__manifest__.py index 01e678e69..7c50d87a5 100644 --- a/mrp_production_request/__manifest__.py +++ b/mrp_production_request/__manifest__.py @@ -6,7 +6,7 @@ "step to Manufacturing Orders for better manufacture " "planification.", "version": "13.0.1.0.1", - "development_status": "Mature", + "development_status": "Production/Stable", "maintainers": ["LoisRForgeFlow"], "category": "Manufacturing", "website": "https://github.com/OCA/manufacture", diff --git a/mrp_warehouse_calendar/__manifest__.py b/mrp_warehouse_calendar/__manifest__.py index 94fa1f19f..3d01211c9 100644 --- a/mrp_warehouse_calendar/__manifest__.py +++ b/mrp_warehouse_calendar/__manifest__.py @@ -11,6 +11,5 @@ "category": "Manufacturing", "depends": ["mrp", "stock_warehouse_calendar"], "installable": True, - "development_status": "Production/Stable", "maintainers": ["JordiBForgeFlow"], }