diff --git a/account_asset_management/__manifest__.py b/account_asset_management/__manifest__.py index 31c1e99a..1c2e042f 100644 --- a/account_asset_management/__manifest__.py +++ b/account_asset_management/__manifest__.py @@ -9,6 +9,7 @@ "license": "AGPL-3", "depends": ["account", "report_xlsx_helper"], "excludes": ["account_asset"], + "development_status": "Mature", "external_dependencies": {"python": ["python-dateutil"]}, "author": "Noviat, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools",