Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd

Was trying to retrieve the stock quantity(quantity on hand) per warehouse using  PGAdmin:

SELECT stock_inventory_line.product_qty as Quantity, stock_inventory_line.product_code as "Product Code", stock_inventory_line.product_name as "Product Name", stock_warehouse.code as "Warehouse"
FROM stock_warehouse 
inner join stock_inventory_line on stock_inventory_line.location_id = stock_warehouse.lot_stock_id
order by stock_warehouse.code;

It is getting the data which is different from the one presented by Odoo. What have I missed?

Thanks

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
dec. 16
4890
4
mrt. 15
11638
1
jan. 21
5732
1
mei 22
2204
1
jul. 21
4096