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.
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
change between 2 Invoice formats
แก้ไขแล้ว
|
|
1
ก.ค. 25
|
1089 | |
|
2
ก.ค. 25
|
1236 | ||
|
1
ก.ค. 25
|
2332 | ||
|
3
เม.ย. 25
|
2240 | ||
|
3
เม.ย. 25
|
3260 |
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.