Skip to content

Commit

Permalink
Fix wrong relative import of hr_payroll
Browse files Browse the repository at this point in the history
  • Loading branch information
nbessi committed Jun 27, 2014
1 parent f55e4a5 commit d8a0e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/l10n_in_hr_payroll/report/report_payslip_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################

from openerp.report import report_sxw
from hr_payroll import report
from openerp.addons.hr_payroll import report

class payslip_details_report_in(report.report_payslip_details.payslip_details_report):

Expand All @@ -32,4 +32,4 @@ def __init__(self, cr, uid, name, context):

report_sxw.report_sxw('report.paylip.details.in', 'hr.payslip', 'l10n_in_hr_payroll/report/report_payslip_details.rml', parser=payslip_details_report_in)

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

0 comments on commit d8a0e3d

Please sign in to comment.