Daily updates from Odoo
Monday, February 18, 2019
2 changes
Resolved issues and error corrections
This fixes an issue where direct message chats could miss the other person's name and email after a recent performance optimization. Users should now see the correct contact information in direct message conversations again.
Original PR description
Revision on 9751644 The commit above improves the channel_info, so that there are less DB queries. However, the computation was wrong for partners on dm chat, which resulted in omitting the name and email of the partner.
This update fixes a problem in the web interface related to selecting linked records, such as customer or product references. It helps ensure users get more reliable behavior when working with forms, reducing confusion and data entry issues.
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