[FIX] account: wrong fields in account_bank_statement_line_move_rel

lp bug: https://launchpad.net/bugs/782164 fixed

bzr revid: ara@tinyerp.com-20110525061353-0bpe4ngo19nho3q0
This commit is contained in:
ARA (OpenERP) 2011-05-25 11:43:53 +05:30
parent 41501f2229
commit 59e5b3e475
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ class account_bank_statement_line(osv.osv):
select=True, required=True, ondelete='cascade'),
'analytic_account_id': fields.many2one('account.analytic.account', 'Analytic Account'),
'move_ids': fields.many2many('account.move',
'account_bank_statement_line_move_rel', 'statement_id','move_id',
'account_bank_statement_line_move_rel', 'statement_line_id','move_id',
'Moves'),
'ref': fields.char('Reference', size=32),
'note': fields.text('Notes'),