[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

@@ -27,7 +27,7 @@ None yet.
Bug Tracker Bug Tracker
=========== ===========
Bugs are tracked on `our issues website <https://github.com/elabore-coop/allow_negative_leave_and_allocation/issues>`_. In case of Bugs are tracked on `our issues website <https://git.elabore.coop/Elabore/hr-tools/issues>`_. In case of
trouble, please check there if your issue has already been trouble, please check there if your issue has already been
reported. If you spotted it first, help us smashing it by providing a reported. If you spotted it first, help us smashing it by providing a
detailed and welcomed feedback. detailed and welcomed feedback.
@@ -39,7 +39,7 @@ Contributors
------------ ------------
* `Alusage : Nicolas JEUDY` * `Alusage : Nicolas JEUDY`
* `Elabore <mailto:laetitia.dacosta@elabore.coop>` * `Elabore <mailto:contact@elabore.coop>`
Funders Funders
------- -------

View File

@@ -1,6 +1,6 @@
{ {
"name": "hr_employee_stats_sheet", "name": "hr_employee_stats_sheet",
"version": "16.0.2.0.0", "version": "16.0.2.1.0",
"description": "Add global sheet for employee stats", "description": "Add global sheet for employee stats",
"summary": "Add global sheet for employee stats", "summary": "Add global sheet for employee stats",
"author": "Nicolas JEUDY", "author": "Nicolas JEUDY",
@@ -8,7 +8,7 @@
"license": "LGPL-3", "license": "LGPL-3",
"category": "Human Resources", "category": "Human Resources",
"depends": [ "depends": [
"allow_negative_leave_and_allocation", "hr_negative_leave",
"base", "base",
"hr", "hr",
"hr_holidays", "hr_holidays",