From b7d895a31b5fab4c941418d5ab5baf9f8a9935ec Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Tue, 26 Aug 2014 14:35:54 +0200 Subject: [PATCH] removed outdated comment --- account_advanced_reconcile_bank_statement/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_advanced_reconcile_bank_statement/__openerp__.py b/account_advanced_reconcile_bank_statement/__openerp__.py index 24a9b7b0..c90741fb 100644 --- a/account_advanced_reconcile_bank_statement/__openerp__.py +++ b/account_advanced_reconcile_bank_statement/__openerp__.py @@ -37,7 +37,7 @@ reconcile the commission with credit card imports). 'depends': ['account_advanced_reconcile'], 'data': ['easy_reconcile_view.xml'], 'demo': [], - 'test': [], # To be ported or migrate to unit tests or scenarios + 'test': [], 'auto_install': False, 'installable': True, 'images': []