[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': [ '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',
'views/timesheet_views.xml', 'views/timesheet_views.xml',
'wizard/timesheet_exception_confirm_views.xml', 'wizard/timesheet_exception_confirm_views.xml',
], ],
'demo': [ 'demo': [
'demo/timesheet_exception_demo.xml', 'demo/timesheet_exception_demo.xml',
], ],