I am trying to override the default report_invoice_document for the account.move pdf reports. It is already showing up like this:
however as you can see, the original one is still there and the original on is being used when printing a report.
This is how I defined it in the code
What do I need to change in order for it to override the default report_invoice_document so that if someone generates a report at account.move the PDF will use my template?