[FIX] account_document_reversal: modify to correct development_status

This commit is contained in:
Fernanda Hernandez
2020-11-11 21:52:21 +00:00
parent 270d6cc0ad
commit 3e4cf3eda7

View File

@@ -17,6 +17,6 @@
'license': 'AGPL-3',
'installable': True,
'application': False,
'development_status': 'beta',
'development_status': 'Beta',
'maintainers': ['kittiu'],
}