How I can add a group by to related field in Odoo v14 ,15 ?
Bu soru işaretlendi
1
Cevapla
5958
Görünümler
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
Tartışma hoşunuza mı gidiyor? Sadece okumakla kalmayın, katılın!
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
|
0
Eyl 23
|
41 | ||
|
|
4
Mar 23
|
19100 | ||
|
|
2
Tem 22
|
5585 | ||
|
|
2
Tem 22
|
3604 | ||
|
|
0
May 22
|
3776 |
If you are getting an error after using store=True then you should upgrade your module. this will resolve your issue