[IMP] % in one line

bzr revid: shp@tinyerp.com-20121123120553-i1svfz5177fo86f1
This commit is contained in:
pankita shah (Open ERP) 2012-11-23 17:35:53 +05:30
parent b5a0489979
commit 0828aad424
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
<label for="amount" attrs="{'invisible': [('advance_payment_method', 'not in', ('fixed','percentage'))]}"/>
<div attrs="{'invisible': [('advance_payment_method', 'not in', ('fixed','percentage'))]}">
<field name="amount"
attrs="{'required': [('advance_payment_method', 'in', ('fixed','percentage'))]}"/>
attrs="{'required': [('advance_payment_method', 'in', ('fixed','percentage'))]}" class="oe_inline"/>
<label string="%%"
attrs="{'invisible': [('advance_payment_method', '!=', 'percentage')]}"/>
attrs="{'invisible': [('advance_payment_method', '!=', 'percentage')]}" class="oe_inline"/>
</div>
</group>
<div>