Daily updates from Odoo
Monday, September 18, 2017
4 changes
Resolved issues and error corrections
This fixes a small typo in the Rating app code. The change helps keep rating-related messages or behavior consistent and avoids confusion caused by incorrect wording.
Original PR description
…ommit/3824b5dcc13678d3985ad45ac21dcf9ac9202c20#diff-cf0a333bc9777f64299040707b29d3b0L73 Description of the issue/feature this PR addresses: Issue: [https://www.odoo.com/web?#id=767947&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720](url) 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 fixes an issue in the employee attendance screens where session information could be accessed incorrectly, potentially causing the greeting or kiosk confirmation pages to fail. The change helps ensure attendance check-in and confirmation flows load reliably for users.
Original PR description
issue: https://www.odoo.com/web#id=771363&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 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
Restores the background color for internal log notes in the mail discussion area after a design update made them hard to distinguish. This helps users quickly identify internal notes and avoid missing important context.
Original PR description
issue: https://www.odoo.com/web?#id=770030&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 due to new changes in master design, internal log note background color was removed. So this pr will fix that issue and bring back that background color of log note. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes an error that could occur when users sorted columns in related record lists inside forms. It improves reliability during everyday data entry and review, reducing interruptions for users working with linked records.
Original PR description
Description of the issue/feature this PR addresses: ISSUE ID - https://www.odoo.com/web#id=771870&view_type=form&model=project.issue&action=609&menu_id=4720 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