I need to sum the total quantity of several products by id, I have achieved only that the total quantity of all products in general is added, but I need to sum product by product and then show the total quantity of product 1 and the total quantity of product 2 and so on
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
2032
화면
Hi,
You can use read_group function to achieve this
Example
order_line.read_group([], ["quantity", "product_id"], ["product_id"])
Regards
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
5월 23
|
1910 | ||
|
1
6월 22
|
2574 | ||
|
1
6월 22
|
1685 | ||
|
1
4월 24
|
1380 | ||
|
1
10월 23
|
1564 |