2
0

[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza 2015-10-14 02:52:55 +02:00 committed by Alexis de Lattre
parent 090d4ba535
commit 1e04c44f9b

View File

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