[FIX] added missing css

bzr revid: jam@tinyerp.com-20120627100434-jmfb76wtlg72r15u
This commit is contained in:
Jigar Amin - OpenERP 2012-06-27 15:34:34 +05:30
parent 28074752f6
commit f89c6f0a0b
1 changed files with 1 additions and 1 deletions

View File

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