Daily updates from Odoo
Tuesday, July 31, 2018
3 changes · master
Resolved issues and error corrections
This update fixes issues that could cause errors when viewing certain sales dashboards and improves payment form error handling after a related system change. It helps keep sales reporting pages reliable across sales, point of sale, margin, and stock-related views.
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 fix ensures that when access groups are updated for multiple users, each user's inherited group permissions stay separate. It prevents one user's permissions from being unintentionally copied to another, reducing the risk of incorrect access settings.
Original PR description
Description of the issue/feature this PR addresses: Writing a group on multiple users writes the transitive closure for all groups of all users to all users Current behavior before PR: Writing a group to users A and B writes A's groups to B and vice versa. Desired behavior after PR is merged: Transitive groups of user B are not affected when writing A. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes an issue where payment forms could fail when handling a connection or server error. Customers should see more reliable payment processing instead of unexpected form failures.
Original PR description
Parameters of the rpc.fail is changed because of this commit : https://github.com/odoo/odoo/commit/fc5d030ef2695f7d2daeb87db9697240be4b99d4#diff-c52e0c611c3001980c7a7be0f6395e60R80 Task: https://www.odoo.com/web?debug=assets#id=1869500&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.129b21470897f203244eb4f59dd2e1b3 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr