From d2301b765ee0b9194079a81ac3ca8661e64c75da Mon Sep 17 00:00:00 2001 From: Laetitia Da Costa Date: Wed, 10 Dec 2025 14:44:43 +0100 Subject: [PATCH] [IMP]hr_employee_stats_sheet: add dependencies to hr_timesheet_sheet_usability_misc and hr_timesheet_sheet_usability_akretion for better usability --- hr_employee_stats_sheet/__manifest__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hr_employee_stats_sheet/__manifest__.py b/hr_employee_stats_sheet/__manifest__.py index 19e9e03..a00d679 100755 --- a/hr_employee_stats_sheet/__manifest__.py +++ b/hr_employee_stats_sheet/__manifest__.py @@ -15,6 +15,8 @@ "hr_timesheet", "hr_timesheet_sheet", "resource", + "hr_timesheet_sheet_usability_misc", + "hr_timesheet_sheet_usability_akretion", ], "data": [ "security/ir.model.access.csv",