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.
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
change between 2 Invoice formats
Resolvido
|
1
jul. 25
|
1739 | ||
|
2
jul. 25
|
2088 | |||
|
1
jul. 25
|
3030 | |||
|
3
abr. 25
|
2928 | |||
|
3
abr. 25
|
3902 |
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.