Menu group updated
This commit is contained in:
parent
0742effa62
commit
eec1bf08fc
|
@ -20,11 +20,12 @@
|
|||
'version': '0.1',
|
||||
|
||||
# any module necessary for this one to work correctly
|
||||
'depends': ['base', 'crm', 'sale_timesheet', 'analytic'],
|
||||
'depends': ['base', 'crm', 'sale_timesheet', 'analytic', 'hr'],
|
||||
|
||||
# always loaded
|
||||
'data': [
|
||||
# 'security/ir.model.access.csv',
|
||||
#'security/ir.model.access.csv',
|
||||
'security/cor_custom_security.xml',
|
||||
'views/crm_view.xml',
|
||||
'views/sale_views.xml',
|
||||
'views/project_view.xml',
|
||||
|
@ -33,6 +34,7 @@
|
|||
'report/project_profitability_report_analysis_views.xml',
|
||||
'views/views.xml',
|
||||
'views/templates.xml',
|
||||
'views/menu_show_view.xml',
|
||||
'wizard/project_create_sale_order_views.xml',
|
||||
],
|
||||
# only loaded in demonstration mode
|
||||
|
|
0
project_timesheet_forecast/report/timesheet_forecast_report_views.xml
Normal file → Executable file
0
project_timesheet_forecast/report/timesheet_forecast_report_views.xml
Normal file → Executable file
Loading…
Reference in New Issue