[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:52:55 +02:00
committed by Raf Ven
parent 3dbc1e1e17
commit db52b38b13

View File

@@ -42,5 +42,5 @@ account_analytic_required module.
'website': 'http://acsone.eu/',
'depends': ['account'],
'data': ['account_view.xml'],
'installable': True,
'installable': False,
}