Daily updates from Odoo
Friday, July 19, 2019
6 changes · master
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
Resolved issues and error corrections
This fix ensures field selection options open with the correct surrounding information, so users see choices that match the current form or workflow. It prevents confusing or incorrect selections when configuring domain filters in Odoo's web interface.
Original PR description
Closes #33658 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 change removes a non-essential check that was causing unnecessary error messages on IoT boxes. It helps keep logs cleaner and reduces confusion during device operation, while the check may be reintroduced later if needed.
Original PR description
The check for abstract driver classes results in some errors being logged on the iot box. Since this check is not essential at this point, it was removed and will be reintroduced later if needed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Update Cost button now appears when users open product variants from a product template. This ensures inventory costing actions are consistently available, reducing confusion and improving workflow continuity.
Original PR description
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 removes unnecessary slide-level rating and access token handling because ratings belong to courses, not individual slides. It also corrects how SMS message errors are detected, helping users see more accurate delivery status information.
Original PR description
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