Helps you manage the timesheets. 13 See own timesheets Approver Administrator account.analytic.line.timesheet.user [ ('user_id', '=', user.id), ('project_id', '!=', False), '|', '|', ('project_id.privacy_visibility', '!=', 'followers'), ('project_id.allowed_internal_user_ids', 'in', user.ids), ('task_id.allowed_user_ids', 'in', user.ids) ] account.analytic.line.timesheet.approver [ ('project_id', '!=', False), '|', ('project_id.privacy_visibility', '!=', 'followers'), ('project_id.allowed_internal_user_ids', 'in', user.ids) ] account.analytic.line.timesheet.manager [('project_id', '!=', False)]