Thursday, August 9, 2018
2 changes · master
Resolved issues and error corrections
Starring or unstarring a message in a document discussion no longer creates duplicate copies in the thread. This keeps conversations cleaner and ensures starred messages are added correctly to the starred channel.
Original PR description
Before this commit - When click on priority(star) of any document, it was duplicating the msg. After this commit - Message will not get duplicate and the msg will add to starred channel successfully. This commit is related to bug 1871428. 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
This update keeps timesheet synchronization and calling features compatible with recent internal messaging changes. It also prevents duplicate loading during tests, reducing errors and improving stability for users.