[FIX] point_of_sale: Add a context on launch_payment() method.

bzr revid: vba@tinyerp.com-20121023052715-78d4sykmrrpzult0
This commit is contained in:
Vijaykumar Baladaniya 2012-10-23 10:57:15 +05:30
parent c55438e695
commit ae95cab533
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,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):