Daily updates from Odoo
Thursday, June 7, 2018
1 change · master
Resolved issues and error corrections
This fixes a test reliability issue in the mail activity area where dates could be interpreted incorrectly around midnight for users in different time zones. The change helps avoid false test failures and supports more stable releases without changing user-facing behavior.
Original PR description
test_activity_mixin can fail when test runs around midnight because the today date used in test for activity creation doesn't take care of user timezone. Fix the AssertionError: 'today' != 'planned' -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr