mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[ADD] timesheet_exception: timesheet created should not exceed 8 in spent hours
H11047
This commit is contained in:
@@ -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',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user