[REF] account: removed deprecated code about account.move.line.reconcile.prompt

bzr revid: qdp-launchpad@tinyerp.com-20100913134445-30ahc34z15vdol06
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-09-13 15:44:45 +02:00
parent ce3e65f4e5
commit 7ef8b69d33
1 changed files with 1 additions and 15 deletions

View File

@ -23,20 +23,6 @@ import time
from osv import fields, osv
from tools.translate import _
class account_move_line_reconcile_prompt(osv.osv_memory):
"""
Asks user he wants to reconcile entries or not.
"""
_name = 'account.move.line.reconcile.prompt'
_description = 'Account move line reconcile'
_columns = {
}
def ask_reconcilation(self, cr, uid, ids, context):
return self.pool.get('account.move.line.reconcile').partial_check(cr, uid, ids, context)
account_move_line_reconcile_prompt()
class account_move_line_reconcile(osv.osv_memory):
"""
Account move line reconcile wizard, it checks for the write off the reconcile entry or directly reconcile.
@ -203,4 +189,4 @@ class account_move_line_reconcile_writeoff(osv.osv_memory):
account_move_line_reconcile_writeoff()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: