I need to group the following table by either the product or the description column like you can do with the group filter.
Any idea how to do that ?
Thanks in Advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I need to group the following table by either the product or the description column like you can do with the group filter.
Any idea how to do that ?
Thanks in Advance
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
0
May 20
|
2931 | ||
|
1
Ara 23
|
17855 | ||
|
0
Mar 15
|
3392 | ||
|
1
Mar 15
|
4361 | ||
|
0
Haz 24
|
1419 |
add default_order="product_id desc" to sort by product to the table tree view.