From 033ac721e431cd3951d0adbead6956f4d33aff41 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 27 Apr 2015 15:44:27 +0200 Subject: [PATCH] Remove auto_install on fetchmail_attach_from_folder The key 'active' is deprecated and is a synonym for 'auto_install'. This addon should not be automatically installed. --- fetchmail_attach_from_folder/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail_attach_from_folder/__openerp__.py b/fetchmail_attach_from_folder/__openerp__.py index 66465c4b1..79713413d 100644 --- a/fetchmail_attach_from_folder/__openerp__.py +++ b/fetchmail_attach_from_folder/__openerp__.py @@ -35,5 +35,5 @@ 'security/ir.model.access.csv', ], 'installable': True, - 'active': True, + 'auto_install': False, }