Monday, July 3, 2023
2 changes · master
Resolved issues and error corrections
This fix improves the reliability of an automated restaurant point of sale test by making sure order deletion is fully completed before the test ends. It helps prevent false failure reports in the validation system without changing the user-facing point of sale behavior.
Original PR description
The pos_restaurant first test (test_01_pos_restaurant) has an assertion that failed due to the fact that the deleteion of an order is not awaited in the frontend. This led to the tour finishing very fast after the orm call and the assertion done just after that. We add steps in this test to see if the orm call has been done propely before ending the tour. Runbot Error: 22613, 22614 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Channel names in Discuss suggestions now stay within the available space instead of spilling over the interface. A character limit also helps keep channel names manageable and prevents display issues for users.
Original PR description
Before this commit: The channel name used to overflow in the channel suggestion section and also there was also no limit on the lenght of how long the name of the channel can be. After this commit: The name will not overflow in the channnel suggestion section and the user will also have a certain limit on the length of channel name: Task id: 3366608