This question has been flagged
2 Replies
2378 Views

in web page or by code?

Avatar
Discard
Best Answer

in Odoo V10 you can do this from the inventory dashboard view.  may need to have dashboards app installed.  Go to inventory dashboard and click on the to Do button in the delivery orders section.

Avatar
Discard
Best Answer

By Using code you can get.

Sale Order Line have a field 'Delivered Qty'

if product_uom_qty > qty_delivered  

so you can get the list of Sale Orders from sale order line which are not delivered

Avatar
Discard