[FIX] Account_voucher : Removed the lines which blocked the form view of voucher lines

bzr revid: jvo@tinyerp.com-20101021085122-922665s8j329gk3j
This commit is contained in:
Jay (OpenERP) 2010-10-21 14:21:22 +05:30
parent 48b2b16628
commit 191fb6f17e
1 changed files with 0 additions and 3 deletions

View File

@ -182,9 +182,6 @@
<field name="amount" sum="Payment"/>
</tree>
</field>
<form string="Payment Information">
<label string="Form view not available for Payment Lines"/>
</form>
<field name="line_cr_ids" colspan="4" nolabel="1" attrs="{'invisible': [('pre_line','=',False)]}" default_get="{'journal_id':journal_id, 'partner_id':partner_id}">
<tree string="Credits" editable="bottom">
<field name="move_line_id"/>