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!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
0
de maig 20
|
2963 | ||
|
1
de des. 23
|
17924 | ||
|
0
de març 15
|
3434 | ||
|
1
de març 15
|
4416 | ||
|
0
de juny 24
|
1480 |
add default_order="product_id desc" to sort by product to the table tree view.