I am trying to create an automation rule to copy sales order tags (tag_ids) to invoices upon invoice creation / save. I have a custom field in my invoice model called account.move.x_invoice_tags. This is working as expected. However, I noticed that the logs of the invoice does not indicate anything about the custom field (tag) being populated despite being populated successfully.
Is there any way that the history can be updated with this action as well?