Make account_check_deposit uninstallable

This commit is contained in:
Stéphane Bidoul
2015-01-04 13:50:18 +01:00
parent df4cf69b45
commit 43de46705f

View File

@@ -54,6 +54,6 @@ check deposits.
'security/check_deposit_security.xml',
'account_data.xml',
],
'installable': True,
'installable': False,
'application': True,
}