Wednesday, January 17, 2024
2 changes · saas-17.1
Resolved issues and error corrections
This fix removes development-only debugging statements that were accidentally left in the Belgian point-of-sale sales code. It helps prevent interruptions or unexpected behavior for users working with Belgian POS sales flows.
Original PR description
Debuggers where left in the code and not detected by the linter. https://github.com/odoo/odoo/pull/147950 opw-3574913 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A web test now waits for an on-screen notification before continuing. This reduces false failures in automated testing and helps keep release validation stable.
Original PR description
Before this commit, the test "switching to non-existing record" was not waiting for the notification to show. After this commit, it waits. Fixes runbot issue 53395 Fixes runbot issue 54852 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr