[IMP] sale_crm: rename the Quotation field and set it rigth side

bzr revid: sbh@tinyerp.com-20100304092300-y3t33m7yhk7wjy7o
This commit is contained in:
sbh (Open ERP) 2010-03-04 14:53:00 +05:30
parent 5dc2a10a90
commit 3cc11acea2
1 changed files with 4 additions and 1 deletions

View 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>