Thursday, February 20, 2025
3 changes · saas-18.1
Resolved issues and error corrections
The Point of Sale test flow was adjusted so confirmation popups can appear without being blocked by an unnecessary timing delay. This helps prevent false automated test failures and supports more reliable checkout-related behavior.
Original PR description
Following this commit: - Check delay was removed so that confirm popup can be executed default check delay is 200 which is more than already given runbot Error: 111974
This fix keeps the form statusbar layered correctly when pages include ribbon elements or rich text editor markers. It prevents visual overlap so users see key status information clearly while working in forms.
Original PR description
This commit avoids the stacking mismatch between the statusbar and elements using a ribbon. It also fixes an issue affecting the left marker in a rich editor field being shown over the statusbar. task-4504282 task-4457597
This update fixes an error affecting certified French point-of-sale receipts by using the correct pricing reference. It helps ensure receipts can be generated reliably and avoids failures in automated checks.
Original PR description
In this commit: =============== taxed_lst_unit_price gives an error as this method got changed by getTaxedlstUnitPrice() so replaced taxed_lst_unit_price by getTaxedlstUnitPrice() Runbot error:110614,110615