Tuesday, May 27, 2025
2 changes
1 change
Enhancements to existing features
WhatsApp-related tests were adjusted to match a platform change that allows presence information to be accessed using a token. This helps keep WhatsApp messaging behavior reliable after the underlying access flow was simplified.
Original PR description
The community counterpart simplify the access to presences with a token. Whatsapp tests need to be adapted. task-4676556 community: https://github.com/odoo/odoo/pull/210762
1 change
Enhancements to existing features
When users create a new account move, the cursor now starts in the next editable field instead of the displayed name field. This helps prevent accidental changes to document numbering or sequence information during data entry.
Original PR description
made the default focus to be the next editable field in the form view when people create a new account move the cursor focus on the desplayed name so people tend to mess up the sequence so we changed the focus to the next editable field to not mess up the sequence task-4558713 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