mirror of
https://github.com/NaN-tic/trytond-party_relationship.git
synced 2023-12-14 04:33:10 +01:00
Use a more sensible order in fields in relation form and tree.
This commit is contained in:
parent
91416955e5
commit
6f3a1cd01e
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue