From 9899a11c3d4a46e0ee29ac7bda0fe825abead5ef Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Tue, 12 Apr 2022 12:29:44 -0500 Subject: [PATCH] [IMP] pms_account (#141) --- pms_account/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pms_account/__manifest__.py b/pms_account/__manifest__.py index 5295c9068..9c3f3b925 100644 --- a/pms_account/__manifest__.py +++ b/pms_account/__manifest__.py @@ -6,11 +6,11 @@ "name": "Property Management System", "summary": "Manage the accounting aspects of your properties", "version": "14.0.1.0.0", - "development_status": "Alpha", + "development_status": "Beta", "category": "Generic Modules/Property Management System", "website": "https://github.com/OCA/pms", "author": "Commit [Sun], Open Source Integrators, Odoo Community Association (OCA)", - "maintainers": ["eantones"], + "maintainers": ["max3903"], "license": "AGPL-3", "depends": [ "account",