Thursday, February 17, 2022
3 changes
Resolved issues and error corrections
A barcode-related automated test was adjusted to avoid occasional false failures caused by timing conflicts. This helps keep the validation pipeline stable without changing how users interact with the barcode app.
Original PR description
The JS tour test `test_gs1_and_packaging` can fail because of a concurrency error. This commit makes the trigger more specific to avoid that issue. Fixes runbot build error id 3303.
This update fixes a template issue in the Documents Spreadsheet Bundle that could affect spreadsheet autofill behavior after a framework upgrade. It helps keep spreadsheet-related document features working reliably without changing business workflows.
Original PR description
Since owl 2 (aa95e275eec157d999e8a6eecdaefb90f54d4fa8), t-key is required in a t-foreach tag. task-id 2766634
Fixed an issue where users could not validate a new spreadsheet filter when the sheet contained a list. This restores the expected filter setup flow and prevents disruption when working with document spreadsheets.
Original PR description
…change In 4ccd4056b46f5acb29d0b9440cabad5683698552, the callback to update the list field on a filter was mistakenly replaced by the one for the pivot field. This prevented a user to validate a new filter on a sheet containing a list. task 2762227