hello
i have this code
._read_group_raw(domain=[('travel_to','=',g)],fields=['id'],groupby=['trip_flight_time'])
it's show result by month
i need
groupby show result by day not month
can any one help me
thank you
hello
i have this code
._read_group_raw(domain=[('travel_to','=',g)],fields=['id'],groupby=['trip_flight_time'])
it's show result by month
i need
groupby show result by day not month
can any one help me
thank you
._read_group_raw(domain=[('travel_to','=',g)],fields=['id'],groupby=['trip_flight_time'])
TO
._read_group_raw(domain=[('travel_to','=',g)],fields=['id'],groupby=['trip_flight_time:day'])
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.