From 42bdde0364fdc06ad422910835001878a8988e18 Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Mon, 15 Feb 2021 22:50:01 +0530 Subject: [PATCH] add calendat for timesheet --- cor_custom/views/analytic_view.xml | 91 ++++++++++++++++++++++++++---- 1 file changed, 79 insertions(+), 12 deletions(-) diff --git a/cor_custom/views/analytic_view.xml b/cor_custom/views/analytic_view.xml index 101f44e..8160eb9 100755 --- a/cor_custom/views/analytic_view.xml +++ b/cor_custom/views/analytic_view.xml @@ -21,8 +21,8 @@ - - + + + + All Timesheets + account.analytic.line + tree,form,pivot,kanban,calendar + + [('project_id', '!=', False)] + { + 'search_default_week':1, + } - --> + +

+ No activities found. Let's start a new one! +

+

+ Track your working hours by projects every day and invoice this time to your customers. +

+
+ + + + account.analytic.line.calendar + account.analytic.line + + + + + + + + + + + calendar + + + + + + + + My Timesheets + account.analytic.line + tree,form,kanban,calendar + [('project_id', '!=', False), ('user_id', '=', uid)] + { + "search_default_week":1, + } + + + +

+ No activities found. Let's start a new one! +

+

+ Track your working hours by projects every day and invoice this time to your customers. +

+
+
+ + + account.analytic.line.calendar + account.analytic.line + + + + + + + + + + + calendar + + +