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.
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
change between 2 Invoice formats
Risolto
|
|
1
lug 25
|
1052 | |
|
2
lug 25
|
1197 | ||
|
1
lug 25
|
2290 | ||
|
3
apr 25
|
2187 | ||
|
3
apr 25
|
3231 |
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.