From f07b3f4ed6ecae56544b5596e598f8378ee90a31 Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Tue, 29 Apr 2014 13:48:48 +0200 Subject: [PATCH] [FIX] missing 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 a8e90f024..d361f7a2e 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 +from openerp.osv import orm, fields from openerp.tools.translate import _