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.
pull/2800/head
Guewen Baconnier 2015-04-27 15:44:27 +02:00 committed by Ronald Portier
parent 852e3d8c28
commit 6dc86e1daa
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@
'security/ir.model.access.csv',
],
'installable': True,
'active': True,
'auto_install': False,
}