Wednesday, May 22, 2019
2 changes · master
Resolved issues and error corrections
The stock return process now requires users to choose a return location before completing the return. This prevents avoidable errors caused by missing location information and makes the return workflow clearer.
Original PR description
Task: https://www.odoo.com/web?#id=1986294&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.a103bfb587565b245037c5bec43bf5c9 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
The test framework now uses the real record when checking automatic form updates, making test results more accurate. This reduces the chance of missed issues or misleading failures during development, with no direct impact on everyday users.