From 2734efbe5dc287e1ee54169beb1f84da1c0e7b8d Mon Sep 17 00:00:00 2001 From: Mustufa Rangwala Date: Mon, 15 Nov 2010 12:48:09 +0530 Subject: [PATCH] [REF] Account_voucher: Warning from build bot bzr revid: mra@mra-laptop-20101115071809-a5dy43m9wayzoeau --- addons/account_voucher/account_voucher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/account_voucher/account_voucher.py b/addons/account_voucher/account_voucher.py index 58709bbdbc7..14abad25413 100644 --- a/addons/account_voucher/account_voucher.py +++ b/addons/account_voucher/account_voucher.py @@ -540,7 +540,6 @@ class account_voucher(osv.osv): return True def do_check(self, cr, uid, ids, context=None): - cur_obj = self.pool.get('res.currency') mod_obj = self.pool.get('ir.model.data') if context is None: context = {}