Monday, December 30, 2019
3 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...
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.