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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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