Not encode utf8 XML files

This commit is contained in:
Raimon Esteve 2016-06-16 15:31:47 +02:00
parent 63cdeda84a
commit 8d933e89cf
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton> <tryton>
<data> <data>
<record model="res.group" id="group_monitoring_admin"> <record model="res.group" id="group_monitoring_admin">
<field name="name">Monitoring Administration</field> <field name="name">Monitoring Administration</field>
</record> </record>

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data> <data>
<xpath expr="/form/notebook" position="inside"> <xpath expr="/form/notebook" position="inside">
<page string="Monitoring" id="monitoring"> <page string="Monitoring" id="monitoring">