Add template utf8_header.

Almost any XML must start with this. Let's make it easier.
pull/168/head
Jairo Llopis 2015-06-12 11:09:09 +02:00 committed by Enric Tobella
parent ec07d58d70
commit 72e53b827f
2 changed files with 16 additions and 0 deletions

View File

@ -29,4 +29,7 @@
"depends": [ "depends": [
"report", "report",
], ],
"data": [
"views/report_xml_templates.xml",
]
} }

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="utf8_header">
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
<grupos t-attf-xmlns="http://www.fundaciontripartita.es/schemas">
<t t-raw="0"/>
</grupos>
</template>
</openerp>
</data>