Tuesday, April 1, 2025
5 changes · saas-18.2
Resolved issues and error corrections
The IoT Box image no longer includes an outdated window manager package that is not used after the move to the newer display system. This keeps the device image cleaner and avoids installing unnecessary software, with no expected change for users.
Original PR description
In #202722, the IoT box was switched to wayland/labwc and so openbox was removed from the packages. However, in the forward port to saas-18.2 (#203089) when the PR had to be adapted for the `packages.txt` file, `openbox` was accidentally left on the list. This commit simply removes the unneeded dependency. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Emojis in Discuss messages are restored to a slightly larger display size so they better match surrounding text. This improves message readability, while accepting a known limitation where some family emojis may again appear as separate characters.
Original PR description
Follow-up of #202766 PR above fixed an issue with some emojis being represented as 4 emojis rather than 1. The change consisted in using non-colored emoji fonts. However this change negatively affected font "text-emoji": emojis were no longer size-adjusted to 121%, thus emojis became too small. This commit reverts the change of font to keep using the "color" versions, so that the size-adjustment of emojis is taken into account. The problem with family emojis is therefore back, but this is a less problem than the lack of size adjustment of the emojis in Discuss content. Before  After 
Users can now create links from the chatter editor without the link popup disappearing immediately. This removes a small but disruptive editing issue and lets messages be formatted as intended.
Original PR description
**Current behavior before PR:** - When creating a link using the powerbox command in Chatter, the link popover would immediately close upon opening, making it impossible to create a link. **Desired behavior after PR is merged:** - The link popover now remains open when creating a link using the powerbox command in Chatter, allowing the link to be created successfully. task:4669462
This update fixes an internal error in the Brazilian electronic invoicing integration for Point of Sale. It improves reliability when multiple sales records are processed together, helping automated checks and related workflows run correctly.
Original PR description
Fix runbot error in `l10n_br_edi_pos` module. Some override were not takin into account the possibility to have several records in self. runbot error ID: 161535
This fixes an unintended change that made the Info and Tags panel action visible to portal users in Documents. Portal users will now only see the actions intended for their access level, reducing confusion and preserving the expected document experience.
Original PR description
It was not planned to now show this panel to portal users. Follow-up of 0d904521 / task 4318322. Task-4687497