Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
5170 Переглядів

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 


Аватар
Відмінити
Найкраща відповідь

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. 

Аватар
Відмінити
Найкраща відповідь

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.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лип. 25
1789
0
бер. 25
2909
1
лист. 22
4626
0
груд. 21
3340
0
черв. 21
4342