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
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
0
Mai 20
|
3168 | ||
|
1
Dez. 23
|
18191 | ||
|
0
März 15
|
3631 | ||
|
1
März 15
|
4685 | ||
|
3
Aug. 25
|
7654 |
add default_order="product_id desc" to sort by product to the table tree view.