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
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|  | 0 mei 20  | 3485 | ||
|  | 1 dec. 23  | 18662 | ||
|  | 0 mrt. 15  | 4031 | ||
|  | 1 mrt. 15  | 5063 | ||
|  | 3 aug. 25  | 8423 | 
add default_order="product_id desc" to sort by product to the table tree view.