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.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
change between 2 Invoice formats
Rozwiązane
|
|
1
lip 25
|
542 | |
|
2
lip 25
|
690 | ||
|
1
lip 25
|
1745 | ||
|
3
kwi 25
|
1766 | ||
|
3
kwi 25
|
2801 |
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.