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!
Tilmeld digRelated Posts | Besvarelser | Visninger | Aktivitet | |
---|---|---|---|---|
|
0
maj 20
|
2935 | ||
|
1
dec. 23
|
17873 | ||
|
0
mar. 15
|
3400 | ||
|
1
mar. 15
|
4368 | ||
|
0
jun. 24
|
1438 |
add default_order="product_id desc" to sort by product to the table tree view.