We need to be able to query the number of a given product currently in quotations. In other words, take inventory of a given SKU, and get a number back which is the total no. of them currently in active (not cancelled) quotations.
I understand that Odoo's logic is to count inventory once it is on a sales order. But for our needs, we also need to be able to get a quick take of how many are in quotations.
What database model/field do I need to look for here?
I've looked around and cannot seem to find it - even in developer mode.
Perhaps I'm missing it.