Clean and reorder xml files

This commit is contained in:
Adrián Bernardi 2021-11-09 10:39:13 -03:00
parent 87b93f6389
commit 3a6f2cd0d1
2 changed files with 5 additions and 3 deletions

View file

@ -1,10 +1,12 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<tryton> <tryton>
<data> <data>
<record model="ir.ui.view" id="sale_view_form"> <record model="ir.ui.view" id="sale_view_form">
<field name="model">sale.sale</field> <field name="model">sale.sale</field>
<field name="inherit" ref="sale.sale_view_form"/> <field name="inherit" ref="sale.sale_view_form"/>
<field name="name">sale_form</field> <field name="name">sale_form</field>
</record> </record>
</data> </data>
</tryton> </tryton>

View file

@ -1,8 +1,8 @@
<?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/page[@id='other']/separator[@name='comment']" position="before"> <xpath
expr="/form/notebook/page[@id='other']/separator[@name='comment']"
position="before">
<label name="paymode"/> <label name="paymode"/>
<field name="paymode"/> <field name="paymode"/>
</xpath> </xpath>