From 004187d9a8c3f34a74e4b4172ebc5f6735386634 Mon Sep 17 00:00:00 2001 From: Laetitia Da Costa Date: Fri, 31 Oct 2025 09:45:53 +0100 Subject: [PATCH] [FIX]hr_employee_stats_sheet:replace allow_negative_leave dependencies to hr_negative_leave module --- hr_employee_stats_sheet/README.rst | 4 ++-- hr_employee_stats_sheet/__manifest__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hr_employee_stats_sheet/README.rst b/hr_employee_stats_sheet/README.rst index c4b2416..15fa738 100644 --- a/hr_employee_stats_sheet/README.rst +++ b/hr_employee_stats_sheet/README.rst @@ -27,7 +27,7 @@ None yet. Bug Tracker =========== -Bugs are tracked on `our issues website `_. In case of +Bugs are tracked on `our issues website `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. @@ -39,7 +39,7 @@ Contributors ------------ * `Alusage : Nicolas JEUDY` -* `Elabore ` +* `Elabore ` Funders ------- diff --git a/hr_employee_stats_sheet/__manifest__.py b/hr_employee_stats_sheet/__manifest__.py index 3d4aaf5..040e80c 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.2.0.0", + "version": "16.0.2.1.0", "description": "Add global sheet for employee stats", "summary": "Add global sheet for employee stats", "author": "Nicolas JEUDY", @@ -8,7 +8,7 @@ "license": "LGPL-3", "category": "Human Resources", "depends": [ - "allow_negative_leave_and_allocation", + "hr_negative_leave", "base", "hr", "hr_holidays",