Add template utf8_header.
Almost any XML must start with this. Let's make it easier.pull/21/head
parent
9e5cbd03f6
commit
43e8ad297c
|
@ -29,4 +29,7 @@
|
||||||
"depends": [
|
"depends": [
|
||||||
"report",
|
"report",
|
||||||
],
|
],
|
||||||
|
"data": [
|
||||||
|
"views/report_xml_templates.xml",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data>
|
||||||
|
|
||||||
|
<template id="utf8_header">
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<grupos t-attf-xmlns="http://www.fundaciontripartita.es/schemas">
|
||||||
|
<t t-raw="0"/>
|
||||||
|
</grupos>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
</openerp>
|
||||||
|
</data>
|
Loading…
Reference in New Issue