[IMP]improve view for inherited button

bzr revid: sgo@tinyerp.com-20120730055756-kie1exivhl152anf
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-07-30 11:27:56 +05:30
parent f9d004666e
commit 47af4b2c7d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<field name="inherit_id" ref="crm.crm_case_form_view_oppor"/>
<field name="arch" type="xml">
<data>
<xpath expr="/form/header/button[@name='stage_previous']" position="before">
<xpath expr="/form/header/button[@name='case_mark_won']" position="before">
<button string="Convert to Quote" name="%(action_crm_make_sale)d" type="action" class="oe_highlight"/>
</xpath>
</data>