Thursday, June 5, 2025
2 changes · master
Resolved issues and error corrections
Spreadsheet cell comment windows now use the right reply box layout, preventing duplicate send buttons and confusing keyboard shortcuts. This makes commenting on spreadsheet cells more consistent and easier to use.
Original PR description
## Description This PR changes the props passed to the composer by avoiding the use of `mode: 'extended'` when `inChatWindow: true` is set. That combination caused UI inconsistencies such as duplicate send buttons and conflicting keyboard shortcuts. The chat window is meant to use the compact composer/normal configuration for proper styling and expected behavior. Task: [4727169](https://www.odoo.com/odoo/project/2328/tasks/4727169)
This update adjusts automated WhatsApp-related tests to match a recent change where channel access settings moved into a popup menu. It helps keep quality checks reliable without changing the user-facing WhatsApp features themselves.
Original PR description
Purpose of this commit: After [1], the channel access setting have been add inside into a popup menu, adapt the conflicting testcases accordingly. [1] odoo/odoo#178313 task-4100138