How I can add a group by to related field in Odoo v14 ,15 ?
Această întrebare a fost marcată
1
Răspunde
5952
Vizualizări
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
Îți place discuția? Nu doar citi, alătură-te!
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
|
0
sept. 23
|
41 | ||
|
|
4
mar. 23
|
19096 | ||
|
|
2
iul. 22
|
5580 | ||
|
|
2
iul. 22
|
3603 | ||
|
|
0
mai 22
|
3773 |
If you are getting an error after using store=True then you should upgrade your module. this will resolve your issue