Daily updates from Odoo
Wednesday, June 23, 2021
1 change · master
Enhancements to existing features
Durations are now shown in days when that is the selected tracking unit, instead of being displayed as hours. This removes confusing inconsistencies across helpdesk, field service, timesheet forecasting, and related reports, making planning and reporting easier to understand.
Original PR description
The purpose of this task is there are several places where the duration is expressed in hours even though the encoding unit is in Days. This creates inconsistencies. In this commit, we convert hours into days when the encoding unit is in Days. Also, we changed the string of the fields according to the encoding unit. Task-Id: 2512950 PR: #18197