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:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
4178
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Sep 23
|
41 | ||
|
4
Mar 23
|
16831 | ||
|
2
Jul 22
|
3699 | ||
|
2
Jul 22
|
2226 | ||
|
0
Mei 22
|
2006 |
If you are getting an error after using store=True then you should upgrade your module. this will resolve your issue