[IMP] account: unique description for wizard model

bzr revid: odo@openerp.com-20110919133600-kffc955xf51d3pt1
This commit is contained in:
Olivier Dony 2011-09-19 15:36:00 +02:00
parent 443df80291
commit b6f47d867d
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class account_move_line_reconcile_writeoff(osv.osv_memory):
It opens the write off wizard form, in that user can define the journal, account, analytic account for reconcile
"""
_name = 'account.move.line.reconcile.writeoff'
_description = 'Account move line reconcile'
_description = 'Account move line reconcile (writeoff)'
_columns = {
'journal_id': fields.many2one('account.journal','Write-Off Journal', required=True),
'writeoff_acc_id': fields.many2one('account.account','Write-Off account', required=True),