From 9f061ff409f7f19c432eb0107d686f5f889277bc Mon Sep 17 00:00:00 2001 From: Laetitia Da Costa Date: Wed, 17 Dec 2025 16:06:13 +0100 Subject: [PATCH] [CLN]hr_employee_stats_sheet:remove hr_timesheet_sheet_akretion depedencie --- hr_employee_stats_sheet/__manifest__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hr_employee_stats_sheet/__manifest__.py b/hr_employee_stats_sheet/__manifest__.py index 11208e3..7705ebe 100755 --- a/hr_employee_stats_sheet/__manifest__.py +++ b/hr_employee_stats_sheet/__manifest__.py @@ -1,6 +1,6 @@ { "name": "hr_employee_stats_sheet", - "version": "16.0.3.0.0", + "version": "16.0.3.0.1", "description": "Add global sheet for employee stats", "summary": "Add global sheet for employee stats", "author": "Nicolas JEUDY", @@ -17,7 +17,6 @@ "resource", "hr_employee_calendar_planning", "hr_timesheet_sheet_usability_misc", - "hr_timesheet_sheet_usability_akretion", ], "data": [ "security/ir.model.access.csv",