change the order of some fields and change the title of the sequence object

bzr revid: stephane@tinyerp.com-20081020132459-om103pcivt6vpcz1
This commit is contained in:
Stephane Wirtel 2008-10-20 15:24:59 +02:00
parent a9ca193383
commit 59009f1dd0
1 changed files with 3 additions and 3 deletions

View File

@ -37,10 +37,10 @@
<separator string="Functions" colspan="4"/>
<field name="job_ids" colspan="4" nolabel="1" mode="tree, form">
<form string="Functions">
<field name="sequence_contact"/>
<field name="function_id"/>
<field name="name"/>
<field name="address_id"/>
<field name="name"/>
<field name="sequence_contact"/>
<field name="phone"/>
<field name="email"/>
<field name="date_start" />
@ -48,7 +48,7 @@
<field name="state" />
</form>
<tree string="Functions">
<field name="sequence_contact"/>
<field name="sequence_contact" string="Seq."/>
<field name="function_id"/>
<field name="name"/>
<field name="address_id"/>