跳至内容
菜单
此问题已终结
2892 查看

I want to apply the len(one2many_field) in Search method of ORM. Like this search(..,order = "len(one2many_field)",..) .I want to order the result by finding total number of their children. The one2many field is in the relation to the same table. Presently I am not able to use len() in order.

Example :

 id    name    parent_id
  1     A       - 
  2     B       1 
  3     C       1 
  4     D       - 
  5     E       4

Result :

A
D
形象
丢弃
相关帖文 回复 查看 活动
2
9月 23
7713
2
3月 23
46786
2
12月 23
57702
0
3月 22
2384
3
6月 20
10688