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, }