[ADD] timesheet_exception: timesheet created should not exceed 8 in spent hours

H11047
This commit is contained in:
percyhibou
2022-10-03 19:03:43 +00:00
parent 368770f814
commit 368dc65b4e

View File

@@ -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',
],