[IMP] sale_crm: rename the Quotation field and set it rigth side
[odoo/odoo.git] / addons / sale_crm / sale_crm_view.xml
index 14170d1..8673ce2 100644 (file)
@@ -9,7 +9,10 @@
         <field name="inherit_id" ref="crm.crm_case_form_view_oppor"/>
         <field name="arch" type="xml">
             <xpath expr="/form[@string='Opportunities']/group/button[@string='Schedule Call']" position="after">
-                <button string="Quotation" icon="terp-sale" name="%(sale_crm_wizard)d" type="action"/> 
+               <group colspan="7" col="7">
+               <label colspan="6"  string=""/>
+                       <button string="Convert to Quote" icon="terp-sale" name="%(sale_crm_wizard)d" type="action"/>
+                </group>
             </xpath>           
         </field>
     </record>