Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3520 Vizualizări

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 

Imagine profil
Abandonează

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

Cel mai bun răspuns

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()
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
dec. 15
5840
1
ian. 25
1730
0
aug. 22
2600
2
iul. 22
2453
0
mar. 22
2592