Set all modules as uninstallable

This commit is contained in:
Alexis de Lattre
2016-10-11 15:32:30 +02:00
committed by David Beal
parent 7997f267b7
commit ea471c2e01

View File

@@ -43,5 +43,5 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'website': 'http://www.akretion.com',
'depends': ['mrp'],
'data': ['mrp_view.xml'],
'installable': True,
'installable': False,
}