Hi Forum!
I have a computed field called 'x_total_price_tax_inc', but the problem with it is that it doesn't seem to call the function it uses.
for record in self:
record.['x_total_price_tax_inc'] = record.list_price * 1.20
What could be the problem?