[IMP]: Remove My Sales Pipeline from sale dashboard.
authorrch <rch@rch-desktop>
Tue, 12 Oct 2010 13:28:22 +0000 (18:58 +0530)
committerrch <rch@rch-desktop>
Tue, 12 Oct 2010 13:28:22 +0000 (18:58 +0530)
bzr revid: rch@rch-desktop-20101012132822-lx9np9aema19qpbz

addons/sale_crm/board_sale_crm_view.xml

index 7d56779..58ebdc0 100644 (file)
@@ -83,8 +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="attributes">
-                       <attribute name="string">My Sales Pipeline</attribute>
+                   <xpath expr="/form/hpaned/child2/action[@name='%(crm.act_sales_pipeline)d']" position="replace">
                    </xpath>
             </field>
         </record>