Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
3828 Lượt xem

Hello, can someone help me


I want to do as the amount:

- calculate the volume per item

- and the total volume.

I created the fields in the model but I cannot find the place where I must put the calculation formula.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Thank you for your reply.

I created the field x_volume_subtotal in Purchase Order Line Model and I tried to apply the following calculation formula to it: x_volume_subtotal = (volume_of_l'article * quantity) / packaging.

for record in self: 

    record['x_volume_subtotal'] = (['product_id'].value.volume *record['product_qty'])/['product_id'].packaging.qty



Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You can add new fields in purchase order line where you can store the volume per item (if not defined on product). and add new field for purchase order where you can calculate the volume based on your formula.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 5 25
2232
3
thg 12 24
6495
1
thg 7 24
3161
1
thg 6 24
2193
2
thg 6 24
3068