From 927c6cb86c6affbab3007abcb569303784c91d07 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 10:33:17 +0200 Subject: [PATCH] Update __init__.py --- hr_payslip_monthly_report/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr_payslip_monthly_report/models/__init__.py b/hr_payslip_monthly_report/models/__init__.py index 037f753a3..ab733466e 100644 --- a/hr_payslip_monthly_report/models/__init__.py +++ b/hr_payslip_monthly_report/models/__init__.py @@ -20,5 +20,5 @@ # If not, see . # ############################################################################## -import hr_payroll_report +from . import hr_payroll_report