Files
reporting-engine/report_xml/views/report_xml_templates.xml
Jairo Llopis 72e53b827f Add template utf8_header.
Almost any XML must start with this. Let's make it easier.
2017-10-05 14:57:38 +02:00

14 lines
273 B
XML

<?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>