Skip to Content
Menu
This question has been flagged
1 Reply
1130 Views

Hello,

how can I access the total qty of a request for quotation?

For example: https://ibb.co/K98FbJs

Denis

Avatar
Discard
Best Answer

Works using Odoo Studio in v15.

If you want to show the total incoming quantity on the product template:

- Open Odoo Studio on the product template page

- Click 'Existing Fields' on the left menu

- Find the field 'Incoming' incoming_qty

- Click and drag the field onto the product template form

The total incoming quantity (ordered but yet to arrive) will then be shown on the product template form view.



If you are wanting to view the forecast report shown in your screenshot:

- Go to Inventory > Products > Products

- Open the product page for the item

- Click the 'Forecasted' tab on the product page




Avatar
Discard
Author

Hello Lucas,
in fact, I want to have that qty in a field.

Are you using Odoo Studio?

Author

Yes, Odoo.sh V15 + Studio

Where/How are you wanting to display them?

Author

In my example, I can access "Forecasted Inventory" through product_variant_id.virtual_available but how access "Requests for quotation" ?

Author

I want them on "product.template"

I'll amend my answer