[FIX] account: Remove an error

bzr revid: stephane@openerp.com-20100308164750-cf2nsfy0twp91xxv
This commit is contained in:
Stephane Wirtel 2010-03-08 17:47:50 +01:00
parent f549ded714
commit a33d6ea2ef
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ def _record_to_report_line(record):
}
class account_tax_code_report(rml_parse.rml_parse):
_name = 'report.account.tax.code.entries'
def __init__(self, cr, uid, name, context):
super(account_tax_code_report, self).__init__(cr, uid, name, context=context)
self.localcontext.update({