[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,7 +15,7 @@
'depends': [ 'depends': [
'base_exception_user', 'base_exception_user',
'timesheet_grid', 'timesheet_grid',
'sale_timesheet' # We need to clarify if this module has to be installed/present to run the Tests 'sale_timesheet'
], ],
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',