[IMP]: Renamed wrapped class

bzr revid: atp@tinyerp.com-20140423160740-qnz5k1bnjyybgk9v
This commit is contained in:
Atul Patel (OpenERP) 2014-04-23 21:37:40 +05:30
parent 0dee9129b7
commit 2c042b1824
1 changed files with 2 additions and 2 deletions

View File

@ -128,10 +128,10 @@ class report_hr_salary_employee_bymonth(report_sxw.rml_parse):
self.total += item[count]
return self.total
class employee_salary_bymonth(osv.AbstractModel):
class wrapped_report_employee_salary_bymonth(osv.AbstractModel):
_name = 'report.l10n_in_hr_payroll.report_hrsalarybymonth'
_inherit = 'report.abstract_report'
_template = 'l10n_in_hr_payroll.report_hrsalarybymonth'
_wrapped_report_class = report_hr_salary_employee_bymonth
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: