Merge branch 'master_redirect_mail_issue_yusuf' into 'master'

[FIX] Controllers Error: Issue #138 based on log

See merge request flectra-hq/flectra!165
This commit is contained in:
Parthiv Patel 2018-11-02 12:04:11 +00:00
commit 0f3b6cc58a
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ class MailController(MailController):
force_website=True).get_access_action(uid)
if record_action['type'] == 'ir.actions.act_url':
return werkzeug.utils.redirect(record_action['url'])
return super(MailController, cls)._redirect_to_record(cls, model, res_id, access_token=access_token)
return super(MailController, cls)._redirect_to_record(model, res_id, access_token=access_token)