change the order of some fields and change the title of the sequence object
authorStephane Wirtel <stephane@tinyerp.com>
Mon, 20 Oct 2008 13:24:59 +0000 (15:24 +0200)
committerStephane Wirtel <stephane@tinyerp.com>
Mon, 20 Oct 2008 13:24:59 +0000 (15:24 +0200)
bzr revid: stephane@tinyerp.com-20081020132459-om103pcivt6vpcz1

addons/base_contact/base_contact_view.xml

index cbac79d..5cc819d 100644 (file)
                             <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"/>