Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3517 Zobrazení

Hi. I am running several projects and have found that there is no numbering of the tasks in the order of creation. Basically I cannot see which task was created before the other except when I open it. This is extremely uncomfortable and creates extra work. 
Could you please help maybe there is some workaround. Does anybody have the same issue?) 
Thanks 

Avatar
Zrušit

open list view and give group by project will that work ?

Nejlepší odpověď

If You're searching a way to make it work with code, try adding list view with data from query like that:


project_id = 1 #set needed project id
self.env.cr.execute("""SELECT * FROM public.project_task
WHERE project_id = """ + project_id +
ORDER BY create_date""")
self.env.cr.fetchall()
Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
pro 15
5835
1
led 25
1728
0
srp 22
2599
2
čvc 22
2449
0
bře 22
2590