[FIX] sale_crm: Bad XPath Expression

bzr revid: stephane@openerp.com-20100302154848-tzdodkyjegilf68j
This commit is contained in:
Stephane Wirtel 2010-03-02 16:48:48 +01:00
parent aff3c88483
commit 41c1309598
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="crm.crm_case_form_view_oppor"/>
<field name="arch" type="xml">
<xpath expr="/form[@string='Opportunities']/group/group/button[@string='Schedule Call']" position="after">
<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"/>
</xpath>
</field>