Hello Community,
I created a qweb report for sale.order.line the issue is i want to group them lines with partner_id is there a way to do it using qweb or we should do it using python
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello Community,
I created a qweb report for sale.order.line the issue is i want to group them lines with partner_id is there a way to do it using qweb or we should do it using python
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
नव॰ 17
|
5828 | ||
|
4
अक्तू॰ 17
|
26406 | ||
|
0
दिस॰ 19
|
70 | ||
|
1
सित॰ 19
|
3654 | ||
|
1
जून 19
|
5718 |
You can do it in qweb or in python.
In qweb get the partner list and then iterate over the sale order / sale order lines using a partner from the list and print it