Daily updates from Odoo
Wednesday, March 21, 2018
6 changes · master
Resolved issues and error corrections
The change prevents confusing database errors when an invalid user ID is used during credential checks. Instead, the system returns a standard access denied response, improving reliability and avoiding unnecessary technical error exposure.
Original PR description
**Description of the issue/feature this PR addresses:** Use ORM to test if the user exist, instead SQL request. During an RPC access if you send a bad uid (exemple 'test'): **Current behavior before PR:** It return an SQL error : ``` psycopg2.DataError: invalid input syntax for integer: "test" LINE 1: ... password, password_crypt FROM res_users WHERE id='test' AND... ``` **Desired behavior after PR is merged:** It will return AccesDenied -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Products can now be found more reliably when searching by stock location or warehouse. This helps inventory users locate relevant products faster and reduces friction in day-to-day stock management.
Original PR description
Issue:https://www.odoo.com/web#id=1816798&view_type=form&model=project.task&action=333&active_id=1278&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
This update fixes an error that could occur when opening or using accounting reports. It improves reliability by passing the needed information correctly, reducing interruptions for users working with financial reports.
Original PR description
Issue: https://www.odoo.com/web#id=1805140&view_type=form&model=project.task
This update prevents an error that could occur when using Website Studio navigation. It improves reliability by ensuring the breadcrumb path updates correctly after actions, reducing interruptions for users editing websites.
Original PR description
Issue : https://www.odoo.com/web?#id=1815123&view_type=form&model=project.task
Manufacturing quality references are now kept in the quality manufacturing area instead of the work order app. This prevents those links from disappearing when the Work Order setting is turned off, keeping manufacturing quality data more reliable.
Original PR description
Issue : https://www.odoo.com/web#id=1801338&view_type=form&model=project.task
This update fixes an internal controller inheritance issue in project timesheet forecasting with sales. It helps ensure the correct project forecast behavior is used when sales-related timesheet features are active, reducing the risk of incorrect page handling.
Original PR description
TASK :- https://www.odoo.com/web?#id=1771670&view_type=form&model=project.task