From d72503871023ff9e6c4ecf8542a6fb56d69cc34f Mon Sep 17 00:00:00 2001 From: projectsodoo Date: Wed, 27 Jan 2021 10:12:10 +0530 Subject: [PATCH] Task timesheets start and end time added --- cor_custom/__manifest__.py | 2 +- cor_custom/views/analytic_view.xml | 12 ++++++++++++ project_report/rng/graph_view.rng | 0 3 files changed, 13 insertions(+), 1 deletion(-) mode change 100644 => 100755 project_report/rng/graph_view.rng 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