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

How can i make a price list that uses the cost price field if the public price is not set?

Ex. Normaly all product prices is based on costprice + 30%, but in some cases we want to set a fixed price on some products.
We want to Odoo to use the costprice + 30% pricelist, but if the publicprice field is set we want it to use that instead.

Any ideas?

Avatar
Discard
Best Answer

Product price in SO is taking after checking the price list. So create a new price list and mention those products which you need the price to be computed as cost price + 30%. And select that price list in sale order, so that if you select this product its price gets computed based on the computation mentioned in price list.
For the other case, select the normal public price list generated by odoo. And you have to write customize function here to take cost price if public price is not set. But I think it is a expensive task when we selecting FIFO method in purchase.

Avatar
Discard