How I can add a group by to related field in Odoo v14 ,15 ?
This question has been flagged
1
Odpoveď
6014
Zobrazenia
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrácia| Related Posts | Replies | Zobrazenia | Aktivita | |
|---|---|---|---|---|
|
|
0
sep 23
|
41 | ||
|
|
4
mar 23
|
19183 | ||
|
|
2
júl 22
|
5722 | ||
|
|
2
júl 22
|
3715 | ||
|
|
0
máj 22
|
3855 |
If you are getting an error after using store=True then you should upgrade your module. this will resolve your issue