Daily updates from Odoo
Friday, August 19, 2016
3 changes · master
Resolved issues and error corrections
This fixes an error that could appear when users set resupply warehouses in Inventory. The change prevents the setup process from crashing, allowing warehouse resupply configuration to be completed normally.
Original PR description
Description of the issue/feature this PR addresses: Issue : https://www.odoo.com/web#id=682561&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: - When user tries to set a resupply warehouses, it throws a traceback.. Desired behavior after PR is merged: - Resolve the traceback on setting of resupply warehouses ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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