Tuesday, March 2, 2021
3 changes · master
Enhancements to existing features
Accounting code ownership checks are disabled on the main development branch to reduce unnecessary review notifications. They remain active in stable versions and will be restored during each release freeze, so day-to-day business functionality is not affected.
Original PR description
We keep the codeownership in stable versions but disable it in master to reduce the spam. Will be added back at each freeze. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The messaging dropdown in the top menu now adapts its height to the user's screen, allowing more chat conversations to be visible at once. This reduces scrolling and makes it easier for users to review recent messages quickly.
Original PR description
**PURPOSE** The goal of this task to increase the height of the systray message dropdown to simply allow more messages to be displayed at once for better readability. **SPECIFICATION** We have changed the height of the dropdown menu based on the view port. **Task : 2428779**
The contact merge wizard now shows each contact's database ID next to its name in the destination contact field. This helps users distinguish between contacts with identical names and choose the correct record when merging.
Original PR description
PURPOSE if we are merging multiple contacts with the same name, the destination contact field might be confusing as it just says the name and does not include the id, or other identifier to make it clear the exact contact you are setting as the destination. SPECIFICATIONS so in this commit we will add the partner ids along with its name in destination contact field which will avoid the confusion while merging contacts. LINKS PR #66026 Task 2323060