From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/hr_timesheet/views/hr_timesheet_views.xml | 322 +++++++++++++++++++++++ 1 file changed, 322 insertions(+) create mode 100644 addons/hr_timesheet/views/hr_timesheet_views.xml (limited to 'addons/hr_timesheet/views/hr_timesheet_views.xml') diff --git a/addons/hr_timesheet/views/hr_timesheet_views.xml b/addons/hr_timesheet/views/hr_timesheet_views.xml new file mode 100644 index 00000000..d2b6f57a --- /dev/null +++ b/addons/hr_timesheet/views/hr_timesheet_views.xml @@ -0,0 +1,322 @@ + + + + + + + + + + + + account.analytic.line.tree.hr_timesheet + account.analytic.line + + + + + + + + + + + + + + + + account.analytic.line.view.tree.with.user + account.analytic.line + + primary + 10 + + + 0 + 1 + many2one_avatar_employee + + + + + + account.analytic.line.pivot + account.analytic.line + + + + + + + + + + + + account.analytic.line.graph + account.analytic.line + + + + + + + + + + + + account.analytic.line.form + account.analytic.line + 1 + + +
+ + + + + + + + + + + + + + + + +
+
+
+ + + account.analytic.line.tree.with.user + account.analytic.line + + primary + 10 + + + + + + + + + + account.analytic.line.search + account.analytic.line + + + + + + + + + + + + + + + + + + + + + + + + view.search.my.timesheet.menu + account.analytic.line + + primary + + + + + + + + + + + account.analytic.line.kanban + account.analytic.line + + + + + + + + + + + +
+
+
+ +
+
+
+ +
+
+ + + +
+
+
+
+
+ + + + + + Duration: + +
+ + + + + + + + + My Timesheets + account.analytic.line + tree,form,kanban + [('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. +

+
+
+ + + tree + + + + + + + form + + + + + + + kanban + 6 + + + + + + + + Task's Timesheets + account.analytic.line + [('task_id', 'in', active_ids)] + tree + + + + + Project's Timesheets + account.analytic.line + [('project_id', 'in', active_ids)] + tree + + + + + All Timesheets + account.analytic.line + tree,form,pivot,kanban + + [('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. +

+
+
+ + + + tree + + + + + + + form + + + + + + + pivot + + + + + + kanban + 7 + + + + + + + + -- cgit v1.2.3