Daily updates from Odoo
Sunday, December 21, 2025
2 changes
1 change
Resolved issues and error corrections
This update resolves an issue where the ‘eas’ field was incorrectly focused during Peppol registration. By removing the ability to focus this field, the registration process is now streamlined and ensures users correctly select the pre-selected option, improving the user experience and data accuracy.
Original PR description
During registration on Peppol, the eas field is focused first, which makes no sense as it's supposed to be correctly preselected, and users aren't supposed to touch it So this commit makes it non-focusable 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 Forward-Port-Of: odoo/odoo#240747 Forward-Port-Of: odoo/odoo#240679
1 change
Resolved issues and error corrections
This update corrects a bug where the 'convert' option repeatedly appeared in the Todo breadcrumb after a task was created from a Todo. The fix hides the 'convert' cog menu when a project is assigned, preventing this redundant display and improving the user experience. This ensures consistent task management.
Original PR description
Steps to reproduce: - Create a Todo and convert into task using cog Menu option. - Todo is converted to task and is displayed. - Through breadcrumb go back to Todo - Try to convert it again Issue: - The converted todo is again converted (change of project etc) Fix: - Hiding the convert cog menu when a project is set. task-5075327 Forward-Port-Of: odoo/odoo#230031