From c78c77e9cff6b1398ac0a61fa8a3d12feb725d09 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 18 Sep 2013 09:49:30 +0200 Subject: [PATCH] [FIX] remove unused import --- account_credit_control/invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_credit_control/invoice.py b/account_credit_control/invoice.py index 9293c337f..19da4f071 100644 --- a/account_credit_control/invoice.py +++ b/account_credit_control/invoice.py @@ -18,7 +18,7 @@ # along with this program. If not, see . # ############################################################################## -from openerp.osv import orm, fields +from openerp.osv import orm from openerp.tools.translate import _