Daily updates from Odoo
Friday, August 19, 2016
3 changes · master
Enhancements to existing features
Calendar invitees now receive a confirmation in the browser when they accept, decline, or view an invitation from email. The change improves confidence that their response was recorded and also prevents duplicate attendee records when event partner details are updated.
Original PR description
…and view invitation from email Task: https://www.odoo.com/web#id=12763&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.eagKQBb3I0IH9dtG
Resolved issues and error corrections
This fixes a website login issue where permission checks could use the public website visitor instead of the person attempting to sign in. The change helps ensure access rules are evaluated for the right user, reducing incorrect login behavior.
Original PR description
Fixes: https://github.com/odoo/odoo/issues/13203 ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …r as request.env.user is public user, not the user trying to log in
This fixes an error that occurred when users tried to retrieve inventory values from the Inventory at Date report. Business users can now access the report as expected, improving reliability for stock valuation checks.
Original PR description
Description of the issue/feature this PR addresses: Issue : https://www.odoo.com/web#id=686194&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: - Go to Inventory > Reports > Inventory at Date, click on "Retrive the Inventory Value", it gives traceback Desired behavior after PR is merged: - Traceback will be resolved ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr