[FIX] crm: phonecall view taking half width on web client
authorFabien Meghazi <fme@openerp.com>
Mon, 10 Jan 2011 10:41:22 +0000 (11:41 +0100)
committerFabien Meghazi <fme@openerp.com>
Mon, 10 Jan 2011 10:41:22 +0000 (11:41 +0100)
bzr revid: fme@openerp.com-20110110104122-yowzu7iluwsilpa3

addons/crm/wizard/crm_opportunity_to_phonecall_view.xml

index be0cd91..23ddaad 100644 (file)
             <field name="arch" type="xml">
                 <form string="Schedule a PhoneCall">
                     <separator string="Schedule a PhoneCall" colspan="4"/>
-                                       <group colspan="2" >
-                               <field name="name"/>
-                               <field name="date" string="Planned Date"/>
-                               <newline/>
-                                               <field name="user_id" />
-                                               <field name="section_id" widget="selection" />
-                                               <field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
-                                               <separator string="" colspan="4"/>
-                        <group colspan="4">
-                            <label string ="" colspan="2"/>
-                            <button name="action_cancel" string="_Cancel" icon="gtk-cancel" special="cancel" />
-                            <button name="action_apply" type="object" string="_Schedule Call" icon="gtk-ok" />
-                        </group>
-                                       </group>
+                    <field name="name"/>
+                    <field name="date" string="Planned Date"/>
+                    <newline/>
+                    <field name="user_id" />
+                    <field name="section_id" widget="selection" />
+                    <field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
+                    <separator string="" colspan="4"/>
+                    <group colspan="4">
+                        <label string ="" colspan="2"/>
+                        <button name="action_cancel" string="_Cancel" icon="gtk-cancel" special="cancel" />
+                        <button name="action_apply" type="object" string="_Schedule Call" icon="gtk-ok" />
+                    </group>
                 </form>
             </field>
         </record>