Not encode utf8 XML files

This commit is contained in:
Raimon Esteve 2016-06-16 15:15:08 +02:00
parent 939a3daeb0
commit 8b9c711bee
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +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>
<data>
<record model="ir.ui.view" id="sale_configuration_view_form">
<field name="model">sale.configuration</field>
<field name="name">configuration_form</field>
@ -20,6 +19,5 @@
<field name="inherit" ref="sale.sale_view_tree"/>
<field name="name">sale_tree</field>
</record>
</data>
</tryton>