Sunday, May 11, 2025
2 changes · saas-18.3
Resolved issues and error corrections
Discuss message bubbles now have slightly rounder corners and a dedicated tail shape, making conversations look more polished and modern. Message borders were also adjusted for more consistent contrast, especially in mailbox-style card layouts.
Original PR description
### [FIX] mail: make discuss message bubble rounder Before this commit, the roundness of message bubble was 6px. Messaging app competitors have rounded bubble, around 7.5px, which looks better than Odoo discuss. This commit increases the roundness of discuss bubble to 7.5px, thanks to new `.o-rounded-bubble` classnames. ### [FIX] mail: add tail tip on non-squashed bubble Before this commit, the tail tip was simulated in a rudimentary way using non-rounded corner at the place of tail tip. This commit adds a dedicated tail element so this looks best, especially with message bubble now being rounder. Note that the message border has been adjusted to not make use of opacity, because the opacity color on tail looks different and also doesn't overlap well. Another benefit of this adjusted color is to have better contrast in message bubble with card layout like in mailboxes. Forward-Port-Of: odoo/odoo#209270
This update fixes intermittent test failures in the barcode manufacturing flow by making the automated test click a more stable part of the screen. It helps keep build checks reliable and reduces false alarms during development.
Original PR description
The tests `test_barcode_production_create` and `test_barcode_production_create_tracked_bom` sometime fail. This commit modifies their tour to avoid random fails by clicking on the kanban's article itself instead of one of its div child. runbot build error: [190625](https://runbot.odoo.com/odoo/runbot.build.error/190625) and [190613](https://runbot.odoo.com/odoo/runbot.build.error/190613)