[MERGE] fix partial payment wizard

bzr revid: fp@tinyerp.com-20121113073428-aa2g1vnensxfcgn4
This commit is contained in:
Fabien Pinckaers 2012-11-13 08:34:28 +01:00
commit eef0d61bb9
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class pos_make_payment(osv.osv_memory):
def launch_payment(self, cr, uid, ids, context=None):
return {
'name': _('Paiement'),
'name': _('Payment'),
'view_type': 'form',
'view_mode': 'form',
'res_model': 'pos.make.payment',
@ -83,6 +83,7 @@ class pos_make_payment(osv.osv_memory):
'target': 'new',
'views': False,
'type': 'ir.actions.act_window',
'context': context,
}
def print_report(self, cr, uid, ids, context=None):