Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
4899 Tampilan

Hello Dear can anyone let me know why we use l in below code what it is mean also what is meant of factor and why we use it please explain below query

sum (l.product_uom_qty / u.factor * u2.factor) as product_uom_qty FROM 
sale_order_line 


Avatar
Buang
Jawaban Terbai

User can select the required unit of measure(UOM) while selling or purchasing a product. While the user selects  a UOM which is different from the default UOM of that product. The above code is used to convert the selected UOM quantity to default UOM quantity. 

Avatar
Buang
Jawaban Terbai

This is for converting the value of quantity from the UoM specified on the Sale Order Line to the main UoM specified on the Product template.

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Jul 25
1520
0
Mar 25
2517
1
Nov 22
4303
0
Nov 21
3077
0
Jun 21
4073