From 3e4cf3eda7d6c93f13e3b08d0cb40b164ab5e97f Mon Sep 17 00:00:00 2001 From: Fernanda Hernandez Date: Wed, 11 Nov 2020 21:52:21 +0000 Subject: [PATCH] [FIX] account_document_reversal: modify to correct development_status --- account_document_reversal/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_document_reversal/__manifest__.py b/account_document_reversal/__manifest__.py index e3d83fd78..985b0251b 100644 --- a/account_document_reversal/__manifest__.py +++ b/account_document_reversal/__manifest__.py @@ -17,6 +17,6 @@ 'license': 'AGPL-3', 'installable': True, 'application': False, - 'development_status': 'beta', + 'development_status': 'Beta', 'maintainers': ['kittiu'], }