[MERGE] conver tto quote useability

bzr revid: fp@openerp.com-20121010194325-pisfvcf8664q78c1
This commit is contained in:
Fabien Pinckaers 2012-10-10 21:43:25 +02:00
commit 6d60d6a56f
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
<field name="arch" type="xml">
<data>
<xpath expr="/form/header/button[@name='case_mark_lost']" position="after">
<button states="done" string="Convert to Quotation" name="%(action_crm_make_sale)d" type="action" class="oe_highlight"/>
<button states="draft,open,pending" string="Convert to Quotation" name="%(action_crm_make_sale)d" type="action"/>
<button states="done" string="Create Quotation" name="%(action_crm_make_sale)d" type="action"/>
<button states="draft,open,pending" string="Convert to Quotation" name="%(action_crm_make_sale)d" type="action" class="oe_highlight"/>
</xpath>
</data>
</field>