Hi, I just wanna now how I could make an @api.onchange, but from a field of another class, like:
I have in account.move the field "x"
And I have a method in account.move.line, that I want to use when the field "x" from account.move changes.
I tried @api.onchange(move.x) or @api.onchange(account.move.x) but it doesen't works : /
Thanks in advance