How I can add a group by to related field in Odoo v14 ,15 ?
Diese Frage wurde gekennzeichnet
1
Antworten
5946
Ansichten
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
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
|
0
Sept. 23
|
41 | ||
|
|
4
März 23
|
19094 | ||
|
|
2
Juli 22
|
5575 | ||
|
|
2
Juli 22
|
3600 | ||
|
|
0
Mai 22
|
3770 |
If you are getting an error after using store=True then you should upgrade your module. this will resolve your issue