[FIX] Account_voucher : Removed the lines which blocked the form view of voucher...
authorJay (OpenERP) <jvo@tinyerp.com>
Thu, 21 Oct 2010 08:51:22 +0000 (14:21 +0530)
committerJay (OpenERP) <jvo@tinyerp.com>
Thu, 21 Oct 2010 08:51:22 +0000 (14:21 +0530)
bzr revid: jvo@tinyerp.com-20101021085122-922665s8j329gk3j

addons/account_voucher/voucher_payment_receipt_view.xml

index e1122e0..f6b41f3 100644 (file)
                                     <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"/>