Wednesday, June 26, 2024
3 changes · master
Enhancements to existing features
WhatsApp unread message counts are now tracked at the conversation member level instead of on the general thread. This makes unread indicators more accurate for each participant and supports more reliable message status handling.
Original PR description
part of task-3605717 community: https://github.com/odoo/odoo/pull/169404
Payroll contracts can now support fully flexible employees who do not have a fixed working calendar. The calendar is only required when pay work entries are based on a working schedule, reducing setup friction for flexible work arrangements.
Original PR description
Prior to this commit, the field `resource_calendar_id` was a required field. However, with the introduction of fully flexible employee which is defined as an employee without a resource calendar, we needed to drop this requirement. With this commit, the field will only be required when the field `work_entry_source` is set to 'Working Schedule'. A helper text is also added to the field for easier understanding of this feature. related [enterprise PR](https://github.com/odoo/odoo/pull/170117) Task: 3976534
The aged partner balance report filters have been cleaned up to make them easier to use and maintain. This should provide a smoother reporting experience for accounting users without changing the core report behavior.
Original PR description
This commit will do some clean up on the aged partner filters. task-3961256