I try to put the value from currency "rate" to my account_invoice rows.
my field looks like this:
show_rate = fields.Char(related="res_currency.rate", store=True)
this gives me everytime an error with res_currency.
I want to see the "rate" field in my account_invoice rows. How can I manage that?
thank you