bzr revid: pinky-040cdd4f2d11ab887d38316477e148833f98dcc1
This commit is contained in:
pinky 2007-01-16 17:23:45 +00:00
parent 4fba80d425
commit 0417a50658
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ check_fields = {
},
}
def _check(self, cr, uid, data, context):
for invoice in pooler.get_pool(cr.dbname).get('account.invoice').browse(cr, uid, data['ids'], context):
bank = pooler.get_pool(cr.dbname).get('res.partner.bank').browse(cr, uid, data['form']['bank'], context)