Monday, December 30, 2019
4 changes · master
Resolved issues and error corrections
This update removes an unnecessary waiting time from an automated website blog test. It does not change how customers use the blog, but helps the team run checks a little faster and keep development feedback efficient.
Original PR description
The delay was added by https://github.com/odoo/odoo/commit/f16f2e212a30352ead86c2f876be02b5c5e23b07 for no apparent or explained reason. Removing it does not seem to break the test so...
This update fixes how Odoo filters selectable records in inventory, purchasing, manufacturing, and subcontracting workflows. It replaces fragile screen-triggered filtering with more stable rules, helping users see the right options consistently when creating or changing related operations.
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
Fixed an issue where using the browser back button from detailed Revenue KPI reports could cause an error screen. This helps users navigate subscription dashboard reports more reliably without interruptions.
Original PR description
When user tries to use the back button from any Revenue KPI reports (detailed KPI), a traceback occurs. This commit prevent it by preventing to push a new state. TaskID: 2121160
This fixes how certain manufacturing, maintenance, quality, and barcode inventory fields limit selectable records. The change helps keep forms more reliable and consistent when users update related information.