From 83f2c4d434b47bbd4d550a6f300d6c0885f2c836 Mon Sep 17 00:00:00 2001 From: clementmbr Date: Thu, 27 Aug 2020 09:45:52 +0200 Subject: [PATCH] [UPD] Add akretion maintainers --- attachment_synchronize/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachment_synchronize/__manifest__.py b/attachment_synchronize/__manifest__.py index b50774c2b..c816b1f71 100644 --- a/attachment_synchronize/__manifest__.py +++ b/attachment_synchronize/__manifest__.py @@ -8,6 +8,7 @@ "version": "12.0.1.0.0", "author": "Akretion,Odoo Community Association (OCA)", "website": "https://github.com/oca/server-tools", + "maintainers": ["florian-dacosta", "sebastienbeau", "GSLabIt", "bealdav"], "license": "AGPL-3", "category": "Generic Modules", "depends": [ @@ -24,5 +25,4 @@ "demo": ["demo/attachment_synchronize_task_demo.xml"], "installable": True, "development_status": "Beta", - "maintainers": ["florian-dacosta", "GSLabIt", "bealdav"], }