From 32bc5e9df28bc0791115ac3335e0e36f075d1916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Thu, 11 Dec 2014 14:53:23 +0100 Subject: [PATCH] [PORT] set account_check_deposit as instalable --- account_check_deposit/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_check_deposit/__openerp__.py b/account_check_deposit/__openerp__.py index b1d8d48a2..541bb94c9 100644 --- a/account_check_deposit/__openerp__.py +++ b/account_check_deposit/__openerp__.py @@ -57,6 +57,6 @@ check deposits. 'report.xml', 'report/report_checkdeposit.xml', ], - 'installable': False, + 'installable': True, 'application': True, }