I created the custom module and override mail.template
I changed the "report_template" to my custom sale order report id instead of original
This code in base is noupdate="1", so I delete the sale order report from user interface and upgrade my custom module.
But the pdf does not change
code sample
<record id="sale.email_template_edi_sale" model="mail.template">
<field name="report_template" ref="custom_itc_sale_quotation_header"/>
</record>
Notes
is any problem in my code?How to set custom report there?
is any other method(from python) to solve this?