From b9bae46996308c49554148ff547ae5efca72d90e Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 3 Mar 2022 09:12:34 +0100 Subject: [PATCH] [IMP] account_asset_management: Switch to stable It's here for a lot of versions and has tests. --- account_asset_management/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_asset_management/__manifest__.py b/account_asset_management/__manifest__.py index 608c66046..3c4b65900 100644 --- a/account_asset_management/__manifest__.py +++ b/account_asset_management/__manifest__.py @@ -8,6 +8,7 @@ "license": "AGPL-3", "depends": ["account", "report_xlsx_helper"], "excludes": ["account_asset"], + "development_status": "Production/Stable", "external_dependencies": {"python": ["python-dateutil"]}, "author": "Noviat, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools",