Dynamic Computation of Components & Operation Qty Based on Sales Order Line Value

https://www.cluedoo.com/web/image/product.template/5043/image_1920?unique=6c6a14e

Adding python code function to compute something in BoM, such as python code to compute component to consume in BoM

US$ 0,00 0.0 USD US$ 0,00 Chưa gồm thuế GTGT

US$ 0,00 Chưa gồm thuế GTGT

Not Available For Sale

Sự kết hợp này không tồn tại.

Điều khoản và điều kiện
Hoàn tiền trong 30 ngày
Giao hàng: Từ 2 tới 3 ngày làm việc

Dynamic Computation of Components & Operation Qty Based on Sales Order Line Value

Adding python code function to compute something in BoM, such as python code to compute component to consume in BoM

US$ 0,00 0.0 USD US$ 0,00 Chưa gồm thuế GTGT

US$ 0,00 Chưa gồm thuế GTGT

Not Available For Sale

Sự kết hợp này không tồn tại.

STORY BEHIND THE FEATURES

ODOO'S FUNCTIONS

<text>


CLUEDOO'S FUNCTIONS

<text>

MODULE +

<text>



CLUEDOO RECOMMENDATION

Install on 100% of your database. 



HOW TO USE THIS MODULE

1

On BoM, we can set a computation using python code. For example:

result=product_template.volume+10+po_id.qty_to_produce

This means:

Volume on product template/finished product + 10 + quantity to produce 

We will set the volume of the product (Plastic Laminate): 10

Quantity to produce on MO: 1

The result will be: 

10 + 10 + 1= 21



2

When we create a manufacturing order, select the finished product (Plastic Laminate). The "To Consume" column will show the computation of the python code.