From 5e0c1d04aa189c9c51e4e4f17d77a2963046f955 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Fri, 16 Jan 2015 09:51:01 +0100 Subject: [PATCH] mark as not installable --- .../account_advanced_reconcile_bank_statement/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__unported__/account_advanced_reconcile_bank_statement/__openerp__.py b/__unported__/account_advanced_reconcile_bank_statement/__openerp__.py index cd62e051..b706fc16 100644 --- a/__unported__/account_advanced_reconcile_bank_statement/__openerp__.py +++ b/__unported__/account_advanced_reconcile_bank_statement/__openerp__.py @@ -39,6 +39,6 @@ reconcile the commission with credit card imports). 'demo': [], 'test': [], 'auto_install': False, - 'installable': True, + 'installable': False, 'images': [] }