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"?>
<tryton>
<data>
<record model="ir.ui.view" id="sale_view_form">
<field name="model">sale.sale</field>
<field name="inherit" ref="sale.sale_view_form"/>
<field name="name">sale_form</field>
</record>
</data>
</tryton>

View File

@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<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"/>
<field name="paymode"/>
</xpath>