Friday, April 11, 2025
5 changes · master
Enhancements to existing features
The CRM enrichment process now schedules another attempt shortly after it finds all leads temporarily locked. This helps ensure enrichment work continues automatically instead of waiting for the next regular run, improving reliability without changing user workflows.
Original PR description
Rationale: the commit progress API makes the assumption that if no progress was made during the execution of the cron, the API was not used and therefore does not reschedule the cron. We reschedule it manually a few moments later, waiting for the locked records to be unlocked. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The payroll structure type list now removes an unnecessary “Default” wording from its title. This makes the label clearer and more consistent across related payroll screens without changing payroll behavior.
Original PR description
The field label in the Structure Type List View displayed 'Default,' which was unnecessary as selected records are always default. This update includes: - Removing the 'Default' keyword from the Structure Type List View title. - Ensuring consistency in the form view and salary structure view. Task - 4674220 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now press Enter to confirm deleting a message when the confirmation dialog is open. This makes message cleanup faster and more consistent with expected keyboard behavior.
Original PR description
Purpose of this commit: When MessageConfirmDialog is open, 'enter' should validate deletion of message. task-4642538
Quality app actions now include clearer URL paths, making key pages easier to identify and share. Report action names were also corrected for a more consistent user experience.
Original PR description
Added path in URL for the main actions of Quality. Correct report action names.
The payroll structure type screens no longer show the unnecessary word “Default” in their titles. This makes the labels clearer and more consistent across related payroll views without changing payroll behavior.
Original PR description
The field label in the Structure Type List View displayed 'Default,' which was unnecessary as selected records are always default. This update includes: - Removing the 'Default' keyword from the Structure Type List View title. - Ensuring consistency in the form view and salary structure view. Task - 4674220