bzr revid: mra@mra-laptop-20100927130304-u8tkop7u4wgmxshx
This commit is contained in:
Mustufa Rangwala 2010-09-27 18:33:04 +05:30
parent d7159c5cd5
commit b9d157cf5e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class account_coda_import(osv.osv_memory):
bank_statement_obj = self.pool.get('account.bank.statement')
move_line_obj = self.pool.get('account.move.line')
bank_statement_line_obj = self.pool.get('account.bank.statement.line')
statement_reconcile_obj = self.pool.get('account.bank.statement.reconcile')
# statement_reconcile_obj = self.pool.get('account.bank.statement.reconcile')
voucher_obj = self.pool.get('account.voucher')
voucher_line_obj = self.pool.get('account.voucher.line')
account_coda_obj = self.pool.get('account.coda')