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
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
0
mag 20
|
2994 | ||
|
1
dic 23
|
17953 | ||
|
0
mar 15
|
3466 | ||
|
1
mar 15
|
4464 | ||
|
0
giu 24
|
1506 |
add default_order="product_id desc" to sort by product to the table tree view.