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'])
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.