Daily updates from Odoo
Navigate
Branch
Thursday, June 7, 2018
4 changes
Enhancements to existing features
Expense lines now start in a draft stage, allowing employees to adjust an expense report before formally submitting it. This reduces errors and rework by making the expense process more flexible before approval begins.
Original PR description
Task : https://www.odoo.com/web?#id=41700&action=327&model=project.task&view_type=form&menu_id=4720 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
Users are now warned when a recipient email address looks invalid before sending, reducing failed outgoing messages. When an email still fails to deliver, users get a visible notification and can easily resend it or dismiss the failure.
Original PR description
Task: https://www.odoo.com/web#id=46158&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
The calendar view now shows time formats more consistently across the interface, making schedules easier to read. It also adds clearer guidance for viewing other people's calendars and makes meeting creation more obvious.
Original PR description
Task:https://www.odoo.com/web#id=1838108&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.0977ccc1312ea27b6193092b309aabea -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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