Launchpad automatic translations update.
[odoo/odoo.git] / addons / crm / crm_view.xml
index e292d78..ff9c339 100644 (file)
                 <form string="Stage">
                     <separator string="Stage Definition" colspan="4"/>
                     <field name="name" select="1"/>
-                    <field name="type" invisible="1" />
+                    <field name="type" groups="base.group_extended" />
                      
                     <field name="sequence"/>
                     <field name="probability"/>
-                    <field name="on_change"/>
+                    <group colspan="4" col="2" >
+                        <field name="on_change"/>
+                    </group>
                     <separator string="Requirements" colspan="4"/>
                     <field name="requirements" nolabel="1" colspan="4"/>
             <field name="section_ids" invisible="1" />
                 <field name="inherit_id" ref="base.view_users_form"/>
                 <field eval="18" name="priority"/>
                 <field name="arch" type="xml">
-                    <field name="password" position="after">
+                    <xpath expr="/form/notebook" position="before">
                         <field name="context_section_id" completion="1" widget="selection"/>
-                    </field>
+                    </xpath>
                 </field>
         </record>