I want to add quantity on hand related field in inventory adjustment line using odoo 11 studio. Anyone can help ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
2022
Views
@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.
new_field = fields.Float(related="product_id.qty_available", string="Qty On Hand")
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up