[FIX]hr_employee_stats_sheet:replace allow_negative_leave dependencies to hr_negative_leave module

This commit is contained in:
2025-10-31 09:45:53 +01:00
parent 2b3f4127d3
commit 94e8eeb2c0
2 changed files with 4 additions and 4 deletions

View File

@@ -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",