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
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 5 20
|
2944 | ||
|
1
thg 12 23
|
17912 | ||
|
0
thg 3 15
|
3420 | ||
|
1
thg 3 15
|
4389 | ||
|
0
thg 6 24
|
1445 |
add default_order="product_id desc" to sort by product to the table tree view.