[MERGE] fix po translation

bzr revid: fp@tinyerp.com-20121112084105-9ovbr3tpv4uitboh
This commit is contained in:
Fabien Pinckaers 2012-11-12 09:41:05 +01:00
commit abb680ec29
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class order(report_sxw.rml_parse):
def __init__(self, cr, uid, name, context):
super(order, self).__init__(cr, uid, name, context=context)
user = pooler.get_pool(cr.dbname).get('res.users').browse(cr, uid, uid)
user = pooler.get_pool(cr.dbname).get('res.users').browse(cr, uid, uid, context=context)
partner = user.company_id.partner_id
self.localcontext.update({