Skip to Content
Menu
This question has been flagged
2 Replies
2022 Views

I want to add quantity on hand related field in inventory adjustment line using odoo 11 studio. Anyone can help ?

Avatar
Discard
Author Best Answer

@subbarao

new_field = fields.Float(related="product_id.qty_available", string="Qty On Hand")

This shows warehouse on hand quantity. 

However i need to bring warehouse internal location on hand quantity.

Avatar
Discard
Best Answer


new_field = fields.Float(related="product_id.qty_available", string="Qty On Hand")

Avatar
Discard