[IMP] remove context

bzr revid: fka@tinyerp.com-20121106064613-ky6ujndnxpzlygwy
This commit is contained in:
Foram Katharotiya (OpenERP) 2012-11-06 12:16:13 +05:30
parent 018115c1e1
commit 0710ad8a67
1 changed files with 0 additions and 1 deletions

View File

@ -1320,7 +1320,6 @@ class task(base_stage, osv.osv):
'res_model': 'project.task.reevaluate',
'type': 'ir.actions.act_window',
'target': 'new',
'context' : context
}
return self.do_reopen(cr, uid, ids, context=context)