Hi,
I wanto to create in res.partner field (like:partner_order_total_amount) for calculate partner's total amount of uninvoiced sales orders.
For example;
Azure Partner has two Sale Order. This orders confirmed, but not invoiced;
SO1234=1.500 USD
SO1235=2.000 USD
I want to see this total amount (3.500 USD) in res.partner form in partner_order_total_amount field.
How can i do it?
Why i need do it?
Odoo's default credit limit calculate only invoiced amunt.
I want to calculate partner's available credit limit with not invoiced sale orders.
Thanks.