Thursday, February 11, 2021
3 changes · master
Enhancements to existing features
The Activities form now shows which document an activity is linked to, making it easier for users to understand its context. Unnecessary action buttons were removed from this technical view to make the form cleaner and less confusing.
Original PR description
**PURPOSE** The current form view of Activities(from the technical settings) is not very useful. There is no indication of which document the activity is linked and the buttons like save/discard etc. looks weird within the form view. **SPECIFICATION** -Adding field 'res_name' for indication of document at the top of the form which is read-only. -Removing 'save', 'discard', 'mark as done' and 'done & schedule next' buttons within the form and simply make a form view without buttons. **LINKS** PR https://github.com/odoo/odoo/pull/63121 Task-2371023
CRM lead cards in the kanban view now show the same tag colors configured elsewhere. This makes it easier for users to visually identify and organize leads at a glance.
Original PR description
Currently if we create coloured tags for leads in crm from the form view the same is not appearing in the respective kanban view. So in this improvement we fixed this tag colour in kanban view. Task-id : 2453047
The Marketing Automation mailing trace form was updated so the Marketing trace field appears in the right place after related community changes. This keeps the form layout consistent and easier to read for users reviewing mailing activity.
Original PR description
make the Marketing trace field positionned below the message_id field to adapt to community changes, see community PR: https://github.com/odoo/odoo/pull/65469 Task-2440420