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
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
مايو 20
|
2933 | ||
|
1
ديسمبر 23
|
17869 | ||
|
0
مارس 15
|
3396 | ||
|
1
مارس 15
|
4363 | ||
|
0
يونيو 24
|
1430 |
add default_order="product_id desc" to sort by product to the table tree view.