Daily updates from Odoo
Wednesday, March 12, 2025
4 changes · master
New functionality added to Odoo
Spreadsheet users can now add a global filter for yes/no fields, such as whether records are active. This makes it easier to narrow spreadsheet data using True, False, both, or no selected boolean value.
Original PR description
This commit adds the boolean global filter to the spreadsheet data sources. The boolean global filter is a multi-select filter that allows the user to select multiple boolean values (True/False) to filter the data. (can be empty, true, false, or both). It will be useful to filter the data based on boolean values, for example to filter the data based on the field `active`. On a technical level, this commit adds a new component `BooleanMultiSelector` This component is a TagList with only two values that can be selected: True and False. Task: 4361196
The VoIP softphone is being updated with a new Do Not Disturb mode so users can prevent incoming calls from ringing when they are unavailable. The call invitation experience and softphone interface are also being reworked, improving the foundation for a clearer calling workflow.
Customers booking paid appointments can now go straight to payment using the contact details they already entered. The confirmation experience is also visually aligned with related event pages, reducing friction and making the process feel more consistent.
Original PR description
This commit includes the following changes to streamline the checkout experience: - Create a partner using the name, email, and phone number provided during the appointment booking process. This will allow users to skip several steps and proceed directly to payment, resulting in a seamless checkout experience. When an appointment is booked, a partner is automatically created with the provided details, and the user is redirected straight to the payment page, bypassing any unnecessary steps. - Improved the overall user interface of the appointment confirmation card to align with the event confirmation layout. - Modified a string in the test case to reflect the changes made on the actual payment success page. task-4307281
VoIP now includes a Do Not Disturb mode so users can prevent incoming calls from ringing when they need focused time. This gives employees more control over availability and reduces interruptions without changing the calling workflow for others.
Original PR description
Add Do Not Disturb mode to VoIp. When user in DND mode, incoming calls won't ring. Task-4398564