Thursday, December 26, 2024
2 changes · saas-18.1
Enhancements to existing features
The point of sale screen now shows product quantities as whole numbers where appropriate, making orders easier to read. It also prevents confusing navigation when using the Order button and hides unnecessary table details while editing restaurant floor plans on mobile.
Original PR description
After this commit : - The quantity of the product is shown as an integer value in UI instead of a float value. - Clicking again on the Order button will not redirect you to the Register tab. - On Edit plan in mobile mode, the table number in the navbar is no longer visible. task - 4403770
Live chat visitors now get a clear continue button when a chatbot conversation finishes, instead of being left with only restart or close options. This guides them smoothly to the feedback panel and improves the end-of-chat experience.
Original PR description
When the chat bot is completed, the visitor is in a dead-end. He can either restart the script, or close the chat window. This PR adds a continue button to reach the feedback panel. task-4433028 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr