From b51521b97daa579ac3c4d647c41d582b3c68ff05 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Mon, 18 Oct 2010 11:46:33 +0200 Subject: [PATCH] [FIX] payment in new window bzr revid: fp@tinyerp.com-20101018094633-fk5jjh8qlsw1t0u0 --- addons/account_voucher/invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/account_voucher/invoice.py b/addons/account_voucher/invoice.py index 7b6d232d702..b930db97823 100644 --- a/addons/account_voucher/invoice.py +++ b/addons/account_voucher/invoice.py @@ -35,7 +35,7 @@ class invoice(osv.osv): 'res_model': 'account.voucher', 'type': 'ir.actions.act_window', 'nodestroy': True, - 'target': 'new', + 'target': 'current', 'domain': '[]', 'context': { 'default_partner_id': inv.partner_id.id,