Daily updates from Odoo
Friday, February 2, 2024
1 change · master
Resolved issues and error corrections
The Field Service Task Analysis report no longer shows the duplicate “Average Rating” option in the Measures menu. This keeps rating reporting clearer by leaving the intended “Rating (/5)” measure available without confusing users with two similar choices.
Original PR description
Steps: - Install Field Service and Project module - Open the Project's Configuration - Click on the Customer Rating checkbox - Now, go to the Field Service's Task Analysis - Click on Measures dropdown Issue: - Within the Measures button both 'Average Rating' and 'Rating (/5)' is represeting rating values . Therefore, We don't need 'Average Rating' in 'Measures' dropdown menu. Cause: - There is no any field to hide the 'Average Rating' field from the 'Measures'. Fix: - Hided the 'Average Rating' field from 'Measures' dropdown menu. Task-3513873