Thursday, November 6, 2025
2 changes · saas-18.3
Enhancements to existing features
The Live Chat report now groups days of the week using the first day configured in each user’s language settings. This makes report views more consistent with local expectations and avoids confusing weekly breakdowns.
Original PR description
**Current behavior before PR**: The "Day of Week" group by in the Live Chat report always treats Sunday as the start of the week, ignoring the "First Day of Week" configured in the user's language settings. **Desired behavior after PR is merged**: "Day of Week" group by now correctly takes into account the user's configured "First Day of Week", as set in their language settings. **task**-[4808640](https://www.odoo.com/odoo/project.task/4808640) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
VoIP now uses country information from the standard country records instead of relying on hard-coded flag rules. This makes country names and flags more consistent for regions where the previous approach showed incorrect or inconsistent results.
Original PR description
Previously, we hard-coded the URL according to the country code to display a country flag. However, this is not the case for all countries. Countries like Bonaire, Sint Eustatius, and Saba use the flag of the Netherlands. Additionally, Bonaire, Sint Eustatius, and Saba are shown as Caribbean Netherlands, which is inconsistent with the data from our res.country model. This commit changes it to use the data from res.country. Task-5207454