Tuesday, August 12, 2025
4 changes · master
Enhancements to existing features
WhatsApp conversation membership now keeps the pinned status directly on each member record. This supports more reliable and efficient handling of pinned chats for users.
Original PR description
task-4851885 [Community PR](https://github.com/odoo/odoo/pull/217366)
The VoIP app icon has been refreshed with a new design in both image formats used by Odoo. This keeps the app’s appearance aligned with the latest visual branding and improves recognition for users.
Original PR description
This PR updates the voip png and svg icon to the new one. task-4987745 | Before | After | |--------|--------| | <img width="331" height="334" alt="Screenshot 2025-08-07 at 16 30 15" src="https://github.com/user-attachments/assets/61c6c7eb-3c2c-4120-a713-b6f4a5fbf44f" /> | <img width="331" height="334" alt="Screenshot 2025-08-07 at 16 29 54" src="https://github.com/user-attachments/assets/cf1d9449-109b-4de9-a4c2-d3b80b84d1d8" /> | PR Com: https://github.com/odoo/odoo/pull/222175
The CRM pipeline dashboard chart titles were updated so they correctly match the data being shown. This helps users interpret carousel charts more easily and reduces confusion when reviewing sales pipeline insights.
Original PR description
This commit updates the titles of the new added carousel charts as their measure/group were inverted. Task-5008685
Payslip emails for Swiss payroll now only include a direct document link when the employee does not have a user account. This helps route employees with accounts through the standard access flow while still giving others a practical way to view their payslip.
Original PR description
- adapt the mail template to send the driect link only when the employee does not have a user Task: 4747003