Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
5251 Prikazi

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
Opusti
Best Answer

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
Opusti
Best Answer

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
jul. 25
1899
0
mar. 25
3044
1
nov. 22
4771
0
nov. 21
3403
0
jun. 21
4434