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.
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
change between 2 Invoice formats
تم الحل
|
|
1
يوليو 25
|
693 | |
|
2
يوليو 25
|
797 | ||
|
1
يوليو 25
|
1872 | ||
|
3
أبريل 25
|
1887 | ||
|
3
أبريل 25
|
2901 |
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.