Daily updates from Odoo
Friday, July 19, 2019
2 changes
Enhancements to existing features
Unpublished eLearning course cards are now shown with a slightly translucent appearance and an “unpublished” label. This makes it easier for website editors and designers to spot course publication status while working on the frontend.
Original PR description
The unpublished courses card are now a little bit translucid and there is a 'unpublished' tag to clearly show their state -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now stop following a document from the chatter with one click, without seeing an extra confirmation popup. This streamlines a common action while still keeping confirmation when removing another person as a follower.
Original PR description
before this commit: when user click on unfollow in chatter, it asks for confirmation to unfollow after this commit: when user click on unfollow in chatter, it will be unfollowed from particular document straight away without any confirmation Description of the issue/feature this PR addresses: Do not show the confirmation popup while clicking on "Following" CTA in the chatter. Current behavior before PR: the confirmation popup is showing while clicking on "Following" CTA in the chatter. Desired behavior after PR is merged: when user click on unfollow in chatter, it will be unfollowed without any confirmation Task: https://www.odoo.com/web#id=1998188&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.b6ffbe3362a2d988a1989da79d03dcf6 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr