Set all modules as uninstallable

This commit is contained in:
Alexis de Lattre
2016-10-11 15:32:30 +02:00
committed by Alexis de Lattre
parent bb4e5d377c
commit 81b78b83ce

View File

@@ -42,5 +42,5 @@ Small usability improvements on mails:
'website': 'http://www.akretion.com',
'depends': ['mail'],
'data': [],
'installable': True,
'installable': False,
}