Wednesday, April 16, 2025
4 changes · saas-18.2
Resolved issues and error corrections
The Discuss call view now has more breathing room around the edges, reducing the chance that controls are hidden or accidentally tapped on mobile devices with curved screens. The call panel also has a slightly rounded look to better match the rest of the Discuss interface.
Original PR description
Before this commit, the spacing around the call view was too narrow, which could lead to a degraded user experience, for example on mobile devices with curved screen where having elements too close…
Before this commit, the spacing around the call view was too narrow, which could lead to a degraded user experience, for example on mobile devices with curved screen where having elements too close to the sides could hide them or cause involuntary touch interactions. This commit also adds a slight curve to the call view to better match the overall style of discuss. | Before | After | |--------|--------| | <img width="753" alt="Screenshot 2025-04-16 at 14 14 29" src="https://github.com/user-attachments/assets/b5bbc1f3-3b1d-420e-ac45-6f05edf6c75a" /> | <img width="959" alt="Screenshot 2025-04-16 at 14 34 21" src="https://github.com/user-attachments/assets/a42e2e3f-83df-49fe-86ac-1848ff68bb47" /> | | <img width="387" alt="Screenshot 2025-04-16 at 14 15 33" src="https://github.com/user-attachments/assets/8262f3d3-bab0-47df-8ca4-2942887680c4" /> | <img width="387" alt="Screenshot 2025-04-16 at 14 34 44" src="https://github.com/user-attachments/assets/03e813cd-9a5a-4e7d-87ef-364058016d6a" /> |
Live chat call start notifications now show the agent’s custom live chat name instead of a generic or incorrect user name. This makes conversations clearer for visitors and keeps the customer-facing agent identity consistent.
Original PR description
Before this PR, the live chat user name of the agent was not used in the call start notification. This PR fixes the issue. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes small visual refinements across Odoo Discuss, including rounder inputs, cleaner avatars, clearer new-message markers, and improved unread indicators. It also changes the call button wording so users see “join the call” when a call is already active, reducing confusion.
Original PR description
- editable input in discuss header and chat window header are rounded - avatar bg leaked some `.bg-view` in many places, fixed by `.rounded-3` on container - "new" message separator text has weight changed from `.fw-bolder` to `.fw-bolder` - "new" message separator line is larger but reduced opacity - "new" message separator has `.shadow-sm` - thread new message banner has `.shadow-sm` and bottom rounded. - "start a call" becomes "join the call" when there's an ongoing call - discuss sidebar unread indicator is slightly bigger - "You:" message prefix icon has slightly reduced opacity
This update aligns the Belgian fiscal POS self-ordering service with the latest connection method used for real-time communication. It helps ensure self-ordering continues to connect reliably after the related platform change.
Original PR description
The commit https://github.com/odoo/odoo/pull/202553/commits/cebf5cd5702926fffdd61814ddd672aa17ff52fb changes the method connecting the service to the websocket. The change in pos_blackbox_be has not been done so it needs to be.