Skip to content
Snippets Groups Projects
Commit b51521b9 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[FIX] payment in new window

bzr revid: fp@tinyerp.com-20101018094633-fk5jjh8qlsw1t0u0
parent 1d78ae16
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment