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.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
change between 2 Invoice formats
Diselesaikan
|
|
1
Jul 25
|
461 | |
|
2
Jul 25
|
629 | ||
|
1
Jul 25
|
1704 | ||
|
3
Apr 25
|
1738 | ||
|
3
Apr 25
|
2742 |
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.