Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3808 Visualizzazioni

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
Abbandona

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

Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
set 25
418
1
dic 15
6074
0
ago 25
447
1
gen 25
2134
0
ago 22
2893