Wednesday, May 22, 2019
4 changes · master
Enhancements to existing features
This update aligns supporting code for grouped data reporting used by cohort and grid views. It helps keep business analytics views reliable as the underlying reporting method is modernized, with no expected change to everyday workflows.
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
Miscellaneous changes
This pull request discusses making static file delivery more efficient while keeping access limited to the modules available for each user. The provided information reads more like a proposal or question than a confirmed code change, so the business impact is likely limited until implementation details are available.
Original PR description
Current behavior before PR: "security": static asset are not "public", only configured modules (for a user) should be served performance: serving static assets can be slow on odoo.sh due to Werkzeug serving them unless I' did not read correctly the code. Desired behavior after PR is merged: @KangOl Will the load_addons method be moved from http to ir.http one day ? Are the static asset server using nginx on odoo.sh ? or is it still using Werkzeug ? -- 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.