Friday, May 10, 2024
1 change · saas-17.2
Enhancements to existing features
OdooBot now creates a temporary canned response for users during the chat guidance step, so they can try the feature even though canned responses are filtered by user. The temporary response is removed after the user has seen how it works, keeping the experience clean while preserving the demo flow.
Original PR description
Since odoo/odoo#138486, canned responses records are filtered by user. To make it possible to send a `canned response` in canned response step by the user in chat with OdooBot, we can create a canned response record before this step and delete it when user saw how it works (in this step). Part of task-3570249