[IMP] crm: make opportunity2phone call view web client friendly
authorFabien Meghazi <fme@openerp.com>
Mon, 10 Jan 2011 10:38:14 +0000 (11:38 +0100)
committerFabien Meghazi <fme@openerp.com>
Mon, 10 Jan 2011 10:38:14 +0000 (11:38 +0100)
bzr revid: fme@openerp.com-20110110103814-bitls55q0npsppcb

addons/crm/wizard/crm_opportunity_to_phonecall_view.xml

index 3c27eef..be0cd91 100644 (file)
                                                <field name="section_id" widget="selection" />
                                                <field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
                                                <separator string="" 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 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>
                 </form>
             </field>
@@ -41,4 +41,4 @@
         </record>
 
     </data>
-</openerp>
\ No newline at end of file
+</openerp>