Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4993 มุมมอง

Hello, i'm on Odoo 8

I want to get my products and the locations of these products in a SQL query, to put it in a jrxml file (for Jasper report).

What is the link between stock.location and product.product (or product template) ?
I didn't found location_id in product_product or product template. 

I saw this in addons/stock/product.py :

'location_id': fields.dummy(string='Location', relation='stock.location', type='many2one'),

I don't know if i can use this.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Thomas: 

This information is stored in stock.quant in Odoo 12. Check whether this same model exists in Odoo 8.

อวตาร
ละทิ้ง
ผู้เขียน

Hello, thank you for your answer !

I saw stock quant many times in code but i never understand what it is concretely, can you explain me please?

This is the model used to display the Inventory Report (Inventory > Reporting > Inventory Report). Odoo keeps a track of the reserved qty and the qty on hand by product, company, location in this model.

ผู้เขียน

I will see this model, thank you !

Related Posts ตอบกลับ มุมมอง กิจกรรม
18
มิ.ย. 21
28536
16
ม.ค. 21
16718
1
ม.ค. 21
8306
0
ต.ค. 17
4058
1
พ.ค. 16
3535