Thursday, August 30, 2018
2 changes · master
Resolved issues and error corrections
Calendar searches using the unread messages filter now work correctly, including for recurring events. This prevents users from missing or being unable to find calendar items when filtering by message activity.
Original PR description
When fixing calendar search for recurring events we assumed that no autojoin field will be used in this search. The filter unread messages is based on message_ids from mail thread. The solution here is to redefine this field in calendar to remove the autojoin. Another fix on the fly, only make leaf evaluation for recurring event.
This fix removes unnecessary error-context messages from automated test logs in the base module. It helps keep test output clearer, making it easier for maintainers to spot real issues.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr