From 368dc65b4eb879d3d297fefa04940cf641db6612 Mon Sep 17 00:00:00 2001 From: percyhibou Date: Mon, 3 Oct 2022 19:03:43 +0000 Subject: [PATCH] [ADD] timesheet_exception: timesheet created should not exceed 8 in spent hours H11047 --- timesheet_exception/__manifest__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/timesheet_exception/__manifest__.py b/timesheet_exception/__manifest__.py index 08640789..67707034 100644 --- a/timesheet_exception/__manifest__.py +++ b/timesheet_exception/__manifest__.py @@ -15,13 +15,13 @@ 'depends': [ 'base_exception_user', 'timesheet_grid', - 'sale_timesheet' # We need to clarify if this module has to be installed/present to run the Tests - ], + 'sale_timesheet' + ], 'data': [ 'security/ir.model.access.csv', 'views/timesheet_views.xml', 'wizard/timesheet_exception_confirm_views.xml', - ], + ], 'demo': [ 'demo/timesheet_exception_demo.xml', ],