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
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
may 20
|
2945 | ||
|
1
dic 23
|
17912 | ||
|
0
mar 15
|
3421 | ||
|
1
mar 15
|
4390 | ||
|
0
jun 24
|
1445 |
add default_order="product_id desc" to sort by product to the table tree view.