コンテンツへスキップ
メニュー
この質問にフラグが付けられました

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
12月 16
4957
4
3月 15
11674
1
1月 21
5781
1
5月 22
2224
1
7月 21
4161