diff --git a/mail_debrand/__manifest__.py b/mail_debrand/__manifest__.py index 5b138db..d1441c0 100644 --- a/mail_debrand/__manifest__.py +++ b/mail_debrand/__manifest__.py @@ -14,6 +14,6 @@ "license": "AGPL-3", "installable": True, "depends": ["mail"], - "development_status": "Stable", + "development_status": "Production/Stable", "maintainers": ["pedrobaeza"], }