How can I get res_partner total_invoice in the search.
I need do something like:
Get all customers with total invoice less that 1000, between May 4 and April 13.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How can I get res_partner total_invoice in the search.
I need do something like:
Get all customers with total invoice less that 1000, between May 4 and April 13.
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
change between 2 Invoice formats
Đã xử lý
|
|
1
thg 7 25
|
748 | |
|
2
thg 7 25
|
851 | ||
|
1
thg 7 25
|
1928 | ||
|
3
thg 4 25
|
1941 | ||
|
3
thg 4 25
|
2918 |
on search not possible but using query you get list of partner_ids and after that using that list of ids you can apply search method for the other details of the partner.