diff --git a/contract_price_revision/__manifest__.py b/contract_price_revision/__manifest__.py index 05b6d8368..a3069e325 100644 --- a/contract_price_revision/__manifest__.py +++ b/contract_price_revision/__manifest__.py @@ -19,6 +19,6 @@ 'wizards/contract_price_revision_views.xml', ], 'installable': True, - 'development_status': 'Stable', + 'development_status': 'Production/Stable', 'maintainers': ['carlosdauden'], }