[IMP] styling

bzr revid: fp@tinyerp.com-20120702162140-mghpd57q7dvmmfpe
This commit is contained in:
Fabien Pinckaers 2012-07-02 18:21:40 +02:00
parent a7071dcf1a
commit 3340189ea7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</field>
<xpath expr="//h4[@class='oe_partner_heading']" position="after">
<a name="%(sale.act_res_partner_2_sale_order)d" type="action">
<t t-if="record.sale_order_count.value">Sales(<t t-esc="record.sale_order_count.value" />)</t>
<t t-if="record.sale_order_count.value"><t t-esc="record.sale_order_count.value" /> Sales</t>
</a>
</xpath>
</field>