Friday, February 28, 2025
2 changes · saas-18.1
Resolved issues and error corrections
This fix prevents the chatbot from continuing automated steps once a human operator has joined the conversation. It avoids confusing or duplicate bot responses during live support, keeping the customer experience clearer after handoff.
Original PR description
Once an operator has been found, the chat bot should not do anything else. However, it can happen that a step trigger is requested by the client. While this should and will be prevented in another PR, the "/chatbot/trigger" route is perfectly aware of the state of the chat and should not do anything in this case. This PR fixes this issue. task-4607689 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
This fixes a restaurant appointment screen issue where part of the calendar view could fail when users changed the system language. The update makes the view more reliable for multilingual teams without changing day-to-day workflows.
Original PR description
This commit fixes xpath based on text that doesn't work if the language is changed