From ee0ef64318a0ad06ba59dda9deb50da7629ce419 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Fri, 2 Dec 2022 10:35:53 +0000 Subject: [PATCH] [BUILD] mail_show_follower: adopt module --- mail_show_follower/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail_show_follower/__manifest__.py b/mail_show_follower/__manifest__.py index 369ea1101..b0ade5824 100644 --- a/mail_show_follower/__manifest__.py +++ b/mail_show_follower/__manifest__.py @@ -13,6 +13,7 @@ "application": False, "installable": True, "depends": ["base", "mail"], + "maintainers": ["yajo"], "data": [ "views/res_config_settings.xml", "views/res_users.xml",