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