From 5633f8e92108597d4f21b061acec09f15ed93d1e Mon Sep 17 00:00:00 2001 From: Chandresh Thakkar Date: Mon, 2 Nov 2020 20:23:35 +0530 Subject: [PATCH] [FIX] Fixed travis error. --- mail_debrand/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_debrand/__manifest__.py b/mail_debrand/__manifest__.py index 5b138db78..d1441c052 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"], }