diff --git a/cor_custom/__manifest__.py b/cor_custom/__manifest__.py index 392550b..6d0d653 100755 --- a/cor_custom/__manifest__.py +++ b/cor_custom/__manifest__.py @@ -20,7 +20,7 @@ 'version': '0.1', # any module necessary for this one to work correctly - 'depends': ['base', 'crm', 'sale_timesheet', 'analytic', 'hr'], + 'depends': ['base', 'crm', 'sale_timesheet', 'analytic', 'hr', 'hr_timesheet'], # always loaded 'data': [ diff --git a/cor_custom/views/analytic_view.xml b/cor_custom/views/analytic_view.xml index 117f463..2961d11 100755 --- a/cor_custom/views/analytic_view.xml +++ b/cor_custom/views/analytic_view.xml @@ -15,6 +15,18 @@ --> + + Start and End time task timesheets + project.task + + + + + + + + + Analytic line account.analytic.line diff --git a/project_report/rng/graph_view.rng b/project_report/rng/graph_view.rng old mode 100644 new mode 100755