跳至内容
菜单
此问题已终结
2 回复
3824 查看

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.

形象
丢弃
编写者 最佳答案

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



形象
丢弃
最佳答案

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.

形象
丢弃
相关帖文 回复 查看 活动
2
5月 25
2231
3
12月 24
6484
1
7月 24
3161
1
6月 24
2192
2
6月 24
3066