This question has been flagged
1 Reply
2647 Views

Hi,

I was wondering if it's possible to recalculate the invoice lines with a button once I change the currency.

For example:

  • I have my lines added with the currency USD

  • Then I change the currency to MXN

I'ts posibble to recalculate the invoice lines that are already added? what function can I use in my button to recalculate them?

Thank you in advance.


Avatar
Discard
Best Answer

I think you could use an Automated Action for this.

On the Invoice Line (account.invoice.line) check for change of currency_id and do the conversion.


Avatar
Discard