Tuesday, June 16, 2020
3 changes · master
Enhancements to existing features
The main Odoo release version has been updated to 13.5. This helps keep product versioning accurate for upcoming releases and related planning, with no direct change to day-to-day functionality.
Original PR description
Bump version
Changing an activity type now only replaces the activity summary when that type has a default summary configured. This prevents users' manually entered summaries from being accidentally cleared when they choose an activity type without a default.
Original PR description
PURPOSE Currently, there is an on-change to set an activity summary to the default summary of an activity type. This can be useful if types are properly configured. The problem is, the activity summary will be updated even if there isn't any default summary on the type. Meaning that it simply removing a relevant custom summary the user might have already entered. SPECIFICATIONS When triggering the on-change on activity_type_id, only update the activity summary to the default summary if there is a default summary defined on the activity type. LINKS Task-2254825 PR https://github.com/odoo/odoo/pull/51373 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr https://www.odoo.com/web#id=2254825&action=327&model=project.task&view_type=form&cids=1&menu_id=4720
Calendar event popovers now display the responsible person using an avatar instead of a plain link, while keeping the profile clickable. This makes event ownership easier to recognize at a glance and also includes a Google Calendar sync fix to avoid duplicate syncs when one partner is linked to multiple users.
Original PR description
Description of the issue/feature this PR addresses: Taskid: 2263837 - calendar: Use the avatar widget on event popover Current behavior before PR: On event popover, the responsible of an event appeared as a simple link. Desired behavior after PR is merged: On event popover, the responsible of an event will now appear through the avatar widget, and still be clickable. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr