[IMP] remove icon from journal voucher form view

bzr revid: fka@tinyerp.com-20130508112606-t5l26t9j11dsu9en
This commit is contained in:
Foram Katharotiya (OpenERP) 2013-05-08 16:56:06 +05:30
parent 8ef6bf2da9
commit cee5c03860
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<field name="tax_amount" nolabel="1"/>
<div class="oe_subtotal_footer_separator">
<label for="amount"/>
<button type="object" icon="terp-stock_format-scientific" name="compute_tax" class="oe_link oe_edit_only" string="(Update)" attrs="{'invisible': [('state','!=','draft')]}"/>
<button type="object" name="compute_tax" class="oe_link oe_edit_only" string="(Update)" attrs="{'invisible': [('state','!=','draft')]}"/>
</div>
<field name="amount" class="oe_subtotal_footer_separator" nolabel="1"/>
</group>