Use a more sensible order in fields in relation form and tree.

This commit is contained in:
Albert Cervera i Areny 2013-12-30 00:56:03 +01:00
parent 91416955e5
commit 6f3a1cd01e
2 changed files with 4 additions and 3 deletions

View file

@ -2,10 +2,11 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Relation">
<label name="to"/>
<field name="to"/>
<label name="from_"/>
<field name="from_"/>
<newline/>
<label name="type"/>
<field name="type"/>
<label name="to"/>
<field name="to"/>
</form>

View file

@ -3,6 +3,6 @@
copyright notices and license terms. -->
<tree string="Relations" editable="top">
<field name="from_"/>
<field name="to"/>
<field name="type"/>
<field name="to"/>
</tree>