Skip to Content
Menu
This question has been flagged
1 Reply
1474 Views

Hi All, Im selling timber. In the quotation template Im trying to multiply Pieces(PC) x Length(L) to get Lineal Meters(LM).

Ive predefined the standard lengths (3.6m, 4.2m, 4.8m) as attributes in the Product specifications, and added a PC field column in the quote table. I just cant seem to get it multiplying. The resulting LM is what we want odoo to use as the quantity to calculate the cost and sale on the item. Thanks in advance for your help


Avatar
Discard
Best Answer

Hi,

Seems you are trying to make some changes in the sale order line level, and as part of it, i understood that you have added a new field in SOL and you need to multiply some value with it and display it in a column.

For this you have to add necessary logic according to your flow, either onchange or using computed function.

Computed field:  https://www.youtube.com/watch?v=j981dytxE28

Thanks

Avatar
Discard