[IMP] account: set breadcum Journal Items in bank statement, and align filter by...
authorMahendra Barad (OpenERP Trainee) <baradmahendra344@gmail.com>
Wed, 29 May 2013 09:26:36 +0000 (14:56 +0530)
committerNimesh Contractor (OpenERP) <nco@tinyerp.com>
Wed, 29 May 2013 09:26:36 +0000 (14:56 +0530)
bzr revid: nco@tinyerp.com-20130529092636-0e81g0zx96butvmm

addons/account/account_bank_statement.py
addons/account/wizard/account_report_partner_ledger_view.xml

index 023765d..bcdb60f 100644 (file)
@@ -491,6 +491,7 @@ class account_bank_statement(osv.osv):
       ctx = (context or {}).copy()
       ctx['journal_id'] = self.browse(cr, uid, ids[0], context=context).journal_id.id
       return {
+        'name':'Journal Items',
         'view_type':'form',
         'view_mode':'tree',
         'res_model':'account.move.line',
index 34c5d55..61b57f8 100644 (file)
@@ -15,7 +15,7 @@
                 <newline/>
             </xpath>
             <xpath expr="//field[@name='filter']" position="replace">
-                <field name="filter" on_change="onchange_filter(filter, fiscalyear_id)" colspan="4"/>
+                <field name="filter" on_change="onchange_filter(filter, fiscalyear_id)"/>
                 <field name="initial_balance" attrs="{'readonly':[('filter', 'in', ('filter_no', 'unreconciled'))]}" />
             </xpath>
             </data>