Daily updates from Odoo
Tuesday, May 16, 2023
4 changes · master
Enhancements to existing features
The appointment onboarding setup now includes the image filename so the file widget can display the file without showing unnecessary file size details. This makes the setup experience cleaner and easier to understand for users configuring appointments.
Original PR description
Used to not show file size on the file widget. Task-3297572.
The pull request updates internal test counters for enterprise mail and SMS performance checks so they match the current automated testing environment. This helps keep validation reliable after recent platform and mail organization changes, with no direct impact on end users.
Original PR description
Update counters to match current runbot state. Several changes (ORM, mail code organization) lead to some counters being obsolete. Task-3322905
This update reorganizes mail and SMS testing so related checks can share a more complete setup. It adds performance-oriented tests and consolidates smaller mobile and notification test files, helping future changes be validated more reliably without affecting end users directly.
Managers can now validate timesheets for the current day, making daily approval workflows more flexible. Users can also continue entering time today even if the latest validation happened today, and the message shown when there is nothing to validate is clearer.
Original PR description
* Allow today's timesheet validation. * Allow users to timesheet today, even if last validation is today. * Adapt Error Message when no timesheet to validate. task-3284604