This question has been flagged
8634 Views

After sending the reply email from MESSAGE composer window, the message replied is not shown. So I tried below 

return {
            
'type': 'ir.actions.client',
            'tag': 'reload'
}

But, after sending the reply mail, it reloads the window and does not highlight the message where I had previously replied.  So, it is difficult to check reply sent.

Is there any other method other than the use of tag= reload?

I checked this link: https://accounts.openerp.com/forum/Help-1/question/How-to-refresh-the-original-view-after-wizard-actions-10268

reply email in message composer window

 

Avatar
Discard

Sounds like similar issue as: https://bugs.launchpad.net/openerp-web/+bug/1155525 There is a fix at the bottom of the comments there, but I guess it's not committed to core yet. It worked for me for refreshing the view after a wizard close.