跳至内容
菜单
此问题已终结
1 回复
3531 查看

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 

形象
丢弃

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

最佳答案

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()
形象
丢弃
相关帖文 回复 查看 活动
1
12月 15
5845
1
1月 25
1734
0
8月 22
2606
2
7月 22
2460
0
3月 22
2596