Not encode utf8 XML files

This commit is contained in:
Raimon Esteve 2016-06-16 15:42:30 +02:00
parent 5f8b2252f7
commit 970c9f5646
5 changed files with 12 additions and 7 deletions

View File

@ -1,4 +1,6 @@
<?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="ir.action.wizard" id="wizard_replymail"> <record model="ir.action.wizard" id="wizard_replymail">
@ -12,7 +14,6 @@
<field name="inherit" ref="activity.activity_activity_form_view"/> <field name="inherit" ref="activity.activity_activity_form_view"/>
<field name="name">activity_activity_form</field> <field name="name">activity_activity_form</field>
</record> </record>
<record model="ir.ui.view" id="activity_activity_tree_view"> <record model="ir.ui.view" id="activity_activity_tree_view">
<field name="model">activity.activity</field> <field name="model">activity.activity</field>
<field name="inherit" ref="activity.activity_activity_tree_view"/> <field name="inherit" ref="activity.activity_activity_tree_view"/>

View File

@ -1,4 +1,6 @@
<?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="ir.ui.view" id="imap_server_view_form"> <record model="ir.ui.view" id="imap_server_view_form">

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file is part asterisk module for Tryton. <!-- The COPYRIGHT file at the top level of this repository contains the full
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. --> copyright notices and license terms. -->
<tryton> <tryton>
<data> <data>
<record model="ir.ui.view" id="user_view_form"> <record model="ir.ui.view" id="user_view_form">

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/label[@name='state']" position="replace" /> <xpath expr="/form/label[@name='state']" position="replace" />
<xpath expr="/form/field[@name='state']" position="replace"> <xpath expr="/form/field[@name='state']" position="replace">

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of <!-- The COPYRIGHT file at the top level of this repository contains the full
this repository contains the full copyright notices and license terms. --> copyright notices and license terms. -->
<data> <data>
<xpath expr="/tree/field[@name='state']" position="after"> <xpath expr="/tree/field[@name='state']" position="after">
<button name="new" string="Send Mail"/> <button name="new" string="Send Mail"/>