From 9446425421db8231e6a42b9dfb735dc5e6c4815e Mon Sep 17 00:00:00 2001 From: remi_filament <remi@le-filament.com> Date: Mon, 31 Jul 2017 15:07:31 +0200 Subject: [PATCH] Depends on hr_expense instead of base and projects --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index a719a4e..36a31fe 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -11,7 +11,7 @@ """, 'author': 'LE FILAMENT', 'category': 'LE FILAMENT', - 'depends': ['base','project'], + 'depends': ['hr_timesheet'], 'contributors': [ 'Benjamin Rivier <benjamin@le-filament.com>', ], -- GitLab