Hello Community,
In currently, Week number count from 'Monday' to 'Sunday' but I want change week number count from 'Sunday' to 'Saturday'.
For example I have two records like and also define tree and pivot view
Site | Date | Risk | Created by | Transaction Date | Stage |
Site-1 | 08/03/2020 | High | Administrator | 08/03/2020 | Draft |
Site-2 | 09/03/2020 | Normal | Administrator | 08/03/2020 | Draft |
On Date 08/03/2020 have Sunday and 09/03/2020 have Monday
When I checked pivot view group by Date and select Interval as 'WEEK'
Problem:-
I got two week number W10(08/03/2020 - Sunday) and W11(09/03/2020 - Monday) based on odoo standard it's count week day from 'Monday' to 'Sunday'.
Requirement:-
I want start week day count from 'Sunday' to 'Saturday' So result will be week number W11
Any one have solution or suggestion ?
Best Thanks,
Ankit H Gandhi.