Wednesday, January 15, 2025
4 changes · saas-18.1
Enhancements to existing features
When a live chat chatbot finishes its script, visitors now get a clear continue button instead of being left with only restart or close options. This guides them to the feedback panel, improving the end-of-chat experience and helping capture feedback.
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
Odoo now again allows certain database views to use non-numeric record identifiers, which can help support reporting or integration scenarios built on composite IDs. This remains a specialized capability, as many standard ORM features still expect numeric record IDs.
Original PR description
Bring back the possibility to define view that have non-integer Id fields. Add a test case for that usage. Note that many features of the ORM do not support anything else than integer as the identifier of a record, but it may be helpful for SQL views that have composite ids. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Changes to a product's unit of measure are now recorded in the product history. This helps teams investigate data changes more easily when product quantities, pricing, or stock-related information are affected.
Original PR description
Following this PR: https://github.com/odoo/odoo/pull/184131 It is now possible for users to change the UoM of the product. This change has a lot of impact on the product data, hence tracking any modification of the UoM will help any potential investigation. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Live chat visitors now get a clear continue button when an automated chatbot script finishes, instead of being left with only restart or close options. This guides them smoothly to the feedback panel, improving the end of the chat experience and reducing confusion.
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