[IMP] purchase : Remove the class 'oe_tag'.

bzr revid: mdi@tinyerp.com-20120727072053-cya7s1d31t1bz9ea
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-07-27 12:50:53 +05:30
parent ec1af73662
commit 62e24913ed
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@
<field name="mobile" position="after">
<field name="purchase_order_count"/>
</field>
<xpath expr="//h4[@class='oe_partner_heading']" position="after">
<a name="%(purchase.act_res_partner_2_purchase_order)d" type="action" t-if="record.purchase_order_count.value>0" class="oe_tag">
<xpath expr="//div[@class='oe_kanban_partner_links']" position="inside">
<a name="%(purchase.act_res_partner_2_purchase_order)d" type="action" t-if="record.purchase_order_count.value>0">
<t t-esc="record.purchase_order_count.value"/> Purchases
</a>
</xpath>