[FIX] payment in new window

bzr revid: fp@tinyerp.com-20101018094633-fk5jjh8qlsw1t0u0
This commit is contained in:
Fabien Pinckaers 2010-10-18 11:46:33 +02:00
parent 1d78ae166b
commit b51521b97d
1 changed files with 1 additions and 1 deletions

View File

@ -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,