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"], }