[IMP] remove % sign showing when creating a payment term based on percent

bzr revid: fka@tinyerp.com-20131231094740-eoiszcwmtfw45sab
This commit is contained in:
Foram Katharotiya (OpenERP) 2013-12-31 15:17:40 +05:30
parent e0951d6e18
commit 99400fe122
1 changed files with 0 additions and 1 deletions

View File

@ -1588,7 +1588,6 @@
<label for="value_amount" string="Amount To Pay" attrs="{'invisible':[('value','=','balance')]}"/>
<div attrs="{'invisible':[('value','=','balance')]}">
<field name="value_amount" class="oe_inline"/>
<label string="%%" class="oe_inline" attrs="{'invisible':['!',('value','=','procent')]}" />
</div>
</group>
<group string="Due Date Computation">