Odoo v8.0 way is to add corresponding record in the XML file:
Add XML file to the manifest (i.e. __openerp__.py file.):
...
'data' : [ 'your_file.xml' ],
...
Then add following record in 'your_file.xml':
<openerp>
<data>
<template id="...