diff --git a/__unported__/account_check_deposit/__openerp__.py b/__unported__/account_check_deposit/__openerp__.py index 136b6dc1d..c0ee889f1 100644 --- a/__unported__/account_check_deposit/__openerp__.py +++ b/__unported__/account_check_deposit/__openerp__.py @@ -54,6 +54,6 @@ check deposits. 'security/check_deposit_security.xml', 'account_data.xml', ], - 'installable': True, + 'installable': False, 'application': True, }