In Odoo v8 I have created a custom template for invoices.
I would like to replace the standard header with a custom one, i.e. replace <t-call="report.external_layout">; with <t t-call="cool_header">
Instead of using the header directly into the new invoice template I would like to put in separate view as it could be reused.
Should a new view be created? If so which key paremeters should be used? (view type, child field, etc.)
Thanks,