Monday, November 25, 2024
4 changes · 18.0
Enhancements to existing features
Xendit payments now give customers more specific feedback when credit card details are entered incorrectly. Payment amounts are also rounded according to country and currency requirements, helping reduce failed transactions with Xendit.
Original PR description
- A more concrete error message when the input for credit card information is invalid - Rounding of payment amount specifc for different countries when sending payment API to xendit --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Live chat conversations now open automatically when a new message arrives, helping operators respond to visitors faster. Other conversations continue to appear as folded chat bubbles, so regular users are not interrupted while working in Odoo.
Original PR description
Currently, when receiving a new message, it opens a new chat bubble, i.e. a chat window that is folded on the right. This is the preferred behaviour for most users. For livechat operators, however, they want to reply to visitors questions as quickly as possible. Therefore having the chat window open automatically on receiving new messages is quite useful for them. This PR adds automatically opening of chat window on receiving new messages for livechat conversations. All other conversations are still open as chat bubble, as this is the preferred showing for all other users that want to know there are new messages without being disturbed while using Odoo web client. Task-4354021 https://github.com/odoo/enterprise/pull/74468
The Share Screen action is now shown directly during video calls instead of being hidden inside the More menu. This makes screen sharing quicker to access and improves the call experience for users.
Original PR description
**Current behavior before PR:** The 'Share Screen' action was located within the 'More' button, making it less accessible during a video call. **Desired behavior after PR is merged:** The 'Share Screen' action has been moved outside the 'More' menu and is now always visible during a video call. **Task**-4354220 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
WhatsApp operators will now see incoming customer conversations open directly instead of appearing as a folded chat bubble. This helps them notice and answer visitor questions faster, while other conversation types keep the existing less intrusive behavior.
Original PR description
Currently, when receiving a new message, it opens a new chat bubble, i.e. a chat window that is folded on the right. This is the preferred behaviour for most users. For whatsapp operators, however, they want to reply to visitors questions as quickly as possible. Therefore having the chat window open automatically on receiving new messages is quite useful for them. This PR adds automatically opening of chat window on receiving new messages for whatsapp conversations. All other conversations are still open as chat bubble, as this is the preferred showing for all other users that want to know there are new messages without being disturbed while using Odoo web client. Task-4354021 https://github.com/odoo/odoo/pull/188422