From 8ae3c07b35b417bb7145d3f47ecad3b1674ab6c9 Mon Sep 17 00:00:00 2001 From: Kristen Marie Kulha Date: Fri, 24 Aug 2018 18:11:45 -0700 Subject: [PATCH] Added `hr_workers_comp` dependency to `hr_workers_comp_payroll`. --- hr_workers_comp_payroll/__manifest__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hr_workers_comp_payroll/__manifest__.py b/hr_workers_comp_payroll/__manifest__.py index 2ccbb78d..f3aebf27 100755 --- a/hr_workers_comp_payroll/__manifest__.py +++ b/hr_workers_comp_payroll/__manifest__.py @@ -3,7 +3,10 @@ 'author': 'Hibou Corp. ', 'license': 'AGPL-3', 'category': 'Human Resources', - 'depends': ['hr_contract'], + 'depends': [ + 'hr_contract', + 'hr_workers_comp', + ], 'version': '11.0.0.0.0', 'description': """ Workers' Compensation Class - Payroll