Monday, January 2, 2017
2 changes
Resolved issues and error corrections
Messages typed in the chatter are no longer erased when sending fails, such as during an internet connection problem. This helps users avoid losing drafted content and retry once the issue is resolved, while chat and Discuss behavior remains unchanged.
Original PR description
When a message is sent on the chatter and the call fails (for example because of an internet connection failure), the message was still cleared so the content was lost. This change keep the same behavior for chat window and discuss, but change the behavior in a chatter so the message is only cleared if the rpc has passed. opw-696971 __pr note:__ master retargeting of #14654
This update cleans up and improves Odoo's automated server actions, including follower-related actions and website action views. It fixes several errors that could occur when automation actions run, making automated business workflows more reliable.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr