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.
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.
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
0
juin 26
|
269 | |||
|
0
juin 26
|
3 | |||
|
0
mai 26
|
32 | |||
|
0
avr. 26
|
28 | |||
|
0
avr. 26
|
9 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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.