How I can add a group by to related field in Odoo v14 ,15 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
4205
查看
you can't apply groupby on field that is not store in database so first you store this fields by adding parametes store=True after this you can apply as well as other
I added store = True as an attribute
when I add the group by on this field I got an error when I click on any record or when I select a group by tab
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
0
9月 23
|
41 | ||
|
4
3月 23
|
16850 | ||
|
2
7月 22
|
3729 | ||
|
2
7月 22
|
2270 | ||
|
0
5月 22
|
2026 |
If you are getting an error after using store=True then you should upgrade your module. this will resolve your issue