[FIX] Sale_crm : Correction the inheritance of views,made by string. (Ref:SaaS maintenance Case 3974)

bzr revid: jvo@tinyerp.com-20110204063243-33yu7bgb4271ox07
This commit is contained in:
Dhruti(OpenERP) 2011-02-04 12:02:43 +05:30 committed by Jay Vora (OpenERP)
parent 22a2fc6aa6
commit 5914731fb5
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="crm.board_crm_form"/>
<field name="arch" type="xml">
<xpath expr="/form/hpaned/child1/action[@name='%(crm.act_my_oppor)d']" position="after">
<xpath expr="/form/hpaned/child1/action[@string='My Open Opportunities']" position="after">
<action
string="My Quotations"
name="%(action_quotation_for_sale_crm)d"
@ -83,7 +83,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="crm.board_crm_form"/>
<field name="arch" type="xml">
<xpath expr="/form/hpaned/child2/action[@name='%(crm.act_sales_pipeline)d']" position="replace">
<xpath expr="/form/hpaned/child2/action[@string='My Win/Lost Ratio for the Last Year']" position="replace">
<action
string="Monthly Turnover"
name="%(action_turnover_by_month)d"
@ -99,7 +99,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="crm.board_crm_form"/>
<field name="arch" type="xml">
<xpath expr="/form/hpaned/child2/action[@name='%(crm.act_my_oppor_stage)d']" position="attributes">
<xpath expr="/form/hpaned/child2/action[@string='My Planned Revenues by Stage']" position="attributes">
<attribute name="string">Opportunities by Stage</attribute>
</xpath>
</field>