Saturday, January 18, 2025
5 changes
Enhancements to existing features
Users now see an “In call” status next to the VoIP icon when they close the widget during an active call, so they know the call is still ongoing. Incoming calls also remain visible through a subtle icon vibration when the widget is closed, helping busy users notice calls without keeping the panel open.
Original PR description
1. When you close the VoIP widget while you are in a call, it won't hang up but there is nothing to show that you are still in a call. So, this commit solves this by adding an "In call" status next to the voip icon when you are in a call. 2. When someone is calling you and you are busy, you close the widget, the call will stop ringing and a small vibration is added to the voip icon to show that there's an incoming call. Task-4398564 Subtask-4416855
ISO20022 payment files can now include payment priority information, helping businesses indicate urgency when sending payments. This improves control over payment processing for accounting and payroll flows that rely on ISO20022 formats.
Original PR description
Add payment priority support for ISO20022 payments. Task: 4338591
Payroll users can now quickly filter payslips to find those that are paid or canceled. This makes it easier to review, manage, and categorize payslips without manual searching.
Original PR description
The purpose of these filters is to easily find and manage paid and canceled payslips for better user experience and improved management. **This PR includes the following changes:** - Added 'Paid' filter to display payslips marked as paid. - Added 'Canceled' filter to display payslips marked as canceled. - Improved search functionality for better categorization of payslips. Task - 4441545
Restaurants can now define when each online ordering category is available through UrbanPiper. This helps businesses show only relevant categories at the right times, such as breakfast in the morning or dinner in the evening.
Original PR description
In this commit: === - Implement category-specific availability timing to control the hours during which each category is available for online orders. Related: https://github.com/odoo/odoo/pull/186558 task-4319531
When a helpdesk ticket is created from a live chat command, files and images shared in the conversation are now attached to the ticket. This gives support teams the full customer context in one place and reduces the risk of losing important information.
Original PR description
_* = website_helpdesk_livechat Current Situation: When a ticket is created through a chat command, attachments from the chat are not added. This means there is no record of any files or images shared during the conversation. Now, when a ticket is created from a chat or conversation channel, any attachments are added to the ticket. If the attachment is an image, it will be shown in the ticket description. For other types of attachments, the name of the file will appear in the ticket description. This change helps users keep track of all attachments related to the ticket and improves the overall ticketing experience. task-3960223