[IMP] account : Rename the aged_trial_balance report

bzr revid: sbh@tinyerp.com-20100804091900-rgda28tn1m663pok
This commit is contained in:
sbh (Open ERP) 2010-08-04 14:49:00 +05:30
parent 6a3807ad02
commit 0d073e00c2
3 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import account_general_ledger
import account_partner_ledger
import invoice
import overdue
import aged_trial_balance
import account_aged_partner_balance
import tax_report
#import account_tax_code
import account_balance_landscape

View File

@ -221,7 +221,7 @@ class aged_trial_report(rml_parse.rml_parse, common_report_header):
return ''
report_sxw.report_sxw('report.account.aged_trial_balance', 'res.partner',
'addons/account/report/aged_trial_balance.rml',parser=aged_trial_report, header=False)
'addons/account/report/account_aged_partner_balance.rml',parser=aged_trial_report, header=False)
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: