Hi
Does anyone have any idea how I can have list_price updated from my price list?
I guess one possible way would be to create an automated action to fetch fixed_price from a certain pricelist. Something like this:
for rec in records:
record['list_price'] = record..............fixed_price
But I don't have enough skill to know what to write to fetch the fixed_price from a defined pricelist.
Any help is appreciated
Rickard