Daily updates from Odoo
Tuesday, July 31, 2018
6 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
This fixes the spacing around the database list in the database manager after the Bootstrap upgrade changed the previous layout behavior. The page should now look cleaner and more consistent for users managing databases.
Original PR description
Before BS4 we had use class 'list-group' for listing Databses, which was adding 20px padding-bottom, but that not case after upgrading BS4, so for fixing layout added 'mt-3' BS4 class. 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
Quotations created from a sales opportunity will now automatically show that opportunity as the source document. This helps sales teams keep a clearer link between opportunities and the resulting quotations without manual entry.
Original PR description
## Description of the issue/feature this PR addresses: When create a quotation from the an opportunity the source document field should be set with then name of the opportunity. ## Current behavior before PR: The Source Document field is left empty ## Desired behavior after PR is merged: The Source Document field now have the name of the opportunity This [video](https://youtu.be/LJaVHXwK3R4) show the result after apply the change -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Updates the website sales dashboard so it follows the latest sales report structure. This helps keep dashboard figures working correctly after related reporting changes and reduces the risk of broken or outdated sales analytics.
Original PR description
The structure of the report was changed here https://github.com/odoo/odoo/commit/a4d6bff197b894f70eaecf5aa4e2088e5b014780 this file ought to be converted to this structure too. Task #1869500 Closes #