| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/18.0/hr_timesheet_sheet_attendance |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), BizzAppDev |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), BizzAppDev |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, kanda999, Aungkokolin1997, JasminSForgeFlow, Morita Shinnosuke |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/timesheet: - hr_timesheet_sheet OCA/web: - web_widget_x2many_2d_matrix odoo/odoo: - hr_attendance - hr - base_setup - base - web - digest - bus - web_tour - html_editor - portal - web_editor - http_routing - auth_signup - resource - phone_validation - resource_mail - barcodes - hr_timesheet - hr_hourly_cost - analytic - uom - project - rating - sale_timesheet - sale_project - sale_management - sale - sales_team - account_payment - account - onboarding - product - payment - utm - sale_service - project_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of hr_timesheet_sheet and help employees to manage their attendance according to timesheet period. It provide functionality to checkin/checkout directly from timesheet-sheet. It also help you/management in performace evaluation by displaing total attendance time and difference of total attendance time and total working time. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_view_filter |
view_hr_attendance_filter | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_filter |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_form |
hr_timesheet_sheet_form |
hr_timesheet.sheet.inherit.form | hr_timesheet.sheet | xpath | Inherits hr_timesheet_sheet.hr_timesheet_sheet_form |
hr_timesheet_sheet_tree |
hr_timesheet.sheet.inherit.list | hr_timesheet.sheet | field | Inherits hr_timesheet_sheet.hr_timesheet_sheet_tree |
view_attendance_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
sheet_id
Many2one → hr_timesheet.sheet
comodel_name='hr_timesheet.sheet'
compute='_compute_sheet_id'
store=True
string='Sheet'
unlink(self)
attendance_count
Integer
compute='_compute_attendance_count'
attendance_state
Selection
groups='hr_attendance.group_hr_attendance_own_reader,hr.group_hr_user'
related='employee_id.attendance_state'
related_sudo=True
string='Current Status'
attendances_ids
One2many → hr.attendance
comodel_name='hr.attendance'
inverse_name='sheet_id'
string='Attendances'
total_attendance
Float
compute='_compute_attendance_time'
total_difference
Float
compute='_compute_attendance_time'
string='Difference'
action_timesheet_confirm(self)
attendance_action_change(self)
check_employee_attendance_state(self)
create(self, vals_list)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/16.0/hr_timesheet_sheet_attendance |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), BizzAppDev |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), BizzAppDev |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, LauraCForgeFlow, Juanu Sandoval |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/timesheet: - hr_timesheet_sheet OCA/web: - web_widget_x2many_2d_matrix odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes - hr_timesheet - hr_hourly_cost - analytic - uom - project - portal - web_editor - http_routing - auth_signup - rating - digest - sale_timesheet - sale_project - sale_management - sale - sales_team - account_payment - account - product - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_view_filter |
view_hr_attendance_filter | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_filter |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_form |
hr_timesheet_sheet_form |
hr_timesheet.sheet.inherit.form | hr_timesheet.sheet | xpath | Inherits hr_timesheet_sheet.hr_timesheet_sheet_form |
view_attendance_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
sheet_id
Many2one → hr_timesheet.sheet
comodel_name='hr_timesheet.sheet'
compute='_compute_sheet_id'
store=True
string='Sheet'
unlink(self)
attendance_count
Integer
compute='_compute_attendance_count'
attendance_state
Selection
related='employee_id.attendance_state'
related_sudo=True
string='Current Status'
attendances_ids
One2many → hr.attendance
comodel_name='hr.attendance'
inverse_name='sheet_id'
string='Attendances'
total_attendance
Float
compute='_compute_attendance_time'
total_difference
Float
compute='_compute_attendance_time'
string='Difference'
action_timesheet_confirm(self)
attendance_action_change(self)
check_employee_attendance_state(self)
create(self, vals_list)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/15.0/hr_timesheet_sheet_attendance |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), BizzAppDev |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), BizzAppDev |
| COMMITTERS | |
| COMMITTERS | Weblate, oca-ci, JasminSForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/timesheet: - hr_timesheet_sheet OCA/web: - web_widget_x2many_2d_matrix odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes - hr_timesheet - analytic - uom - project - portal - web_editor - http_routing - auth_signup - rating - digest - sale_timesheet - sale_project - sale_management - sale - sales_team - payment - account - product - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_view_filter |
view_hr_attendance_filter | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_filter |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_form |
hr_timesheet_sheet_form |
hr_timesheet.sheet.inherit.form | hr_timesheet.sheet | xpath | Inherits hr_timesheet_sheet.hr_timesheet_sheet_form |
view_attendance_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
sheet_id
Many2one → hr_timesheet.sheet
comodel_name='hr_timesheet.sheet'
compute='_compute_sheet_id'
store=True
string='Sheet'
unlink(self)
attendance_count
Integer
compute='_compute_attendance_count'
attendance_state
Selection
related='employee_id.attendance_state'
related_sudo=True
string='Current Status'
attendances_ids
One2many → hr.attendance
comodel_name='hr.attendance'
inverse_name='sheet_id'
string='Attendances'
total_attendance
Float
compute='_compute_attendance_time'
total_difference
Float
compute='_compute_attendance_time'
string='Difference'
action_timesheet_confirm(self)
attendance_action_change(self)
check_employee_attendance_state(self)
create(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/14.0/hr_timesheet_sheet_attendance |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), BizzAppDev |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), BizzAppDev |
| COMMITTERS | |
| COMMITTERS | Ernesto Tejeda, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/timesheet: - hr_timesheet_sheet OCA/web: - web_widget_x2many_2d_matrix odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes - hr_timesheet - analytic - uom - project - portal - web_editor - http_routing - auth_signup - rating - digest - sale_timesheet - sale_project - sale_management - sale - sales_team - payment - account - product - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_view_filter |
view_hr_attendance_filter | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_filter |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_form |
hr_timesheet_sheet_form |
hr_timesheet.sheet.inherit.form | hr_timesheet.sheet | xpath | Inherits hr_timesheet_sheet.hr_timesheet_sheet_form |
view_attendance_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
sheet_id
Many2one → hr_timesheet.sheet
comodel_name='hr_timesheet.sheet'
compute='_compute_sheet_id'
store=True
string='Sheet'
unlink(self)
attendance_count
Integer
compute='_compute_attendance_count'
string='Attendance Count'
attendance_state
Selection
related='employee_id.attendance_state'
string='Current Status'
attendances_ids
One2many → hr.attendance
comodel_name='hr.attendance'
inverse_name='sheet_id'
string='Attendances'
total_attendance
Float
compute='_compute_attendance_time'
string='Total Attendance'
total_difference
Float
compute='_compute_attendance_time'
string='Difference'
action_timesheet_confirm(self)
attendance_action_change(self)
check_employee_attendance_state(self)
create(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/12.0/hr_timesheet_sheet_attendance |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), BizzAppDev |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), BizzAppDev |
| COMMITTERS | |
| COMMITTERS | david, Naglis Jonaitis, Alexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Wolfgang Pichler |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/timesheet: - hr_timesheet_sheet OCA/web: - web_widget_x2many_2d_matrix odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes - hr_timesheet - analytic - decimal_precision - uom - project - portal - http_routing - rating - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_view_filter |
view_hr_attendance_filter | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_filter |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_form |
hr_timesheet_sheet_form |
hr_timesheet.sheet.inherit.form | hr_timesheet.sheet | xpath | Inherits hr_timesheet_sheet.hr_timesheet_sheet_form |
view_attendance_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
sheet_id
Many2one → hr_timesheet.sheet
comodel_name='hr_timesheet.sheet'
compute='_compute_sheet_id'
store=True
string='Sheet'
unlink(self)
attendance_count
Integer
compute='_compute_attendance_count'
string='Attendance Count'
attendance_state
Selection
related='employee_id.attendance_state'
string='Current Status'
attendances_ids
One2many → hr.attendance
comodel_name='hr.attendance'
inverse_name='sheet_id'
string='Attendances'
total_attendance
Float
compute='_compute_attendance_time'
string='Total Attendance'
total_difference
Float
compute='_compute_attendance_time'
string='Difference'
action_timesheet_confirm(self)
attendance_action_change(self)
check_employee_attendance_state(self)
create(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/11.0/hr_timesheet_sheet_attendance |
| VERSION | |
| VERSION | 0.0.2 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), BizzAppDev |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), BizzAppDev |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, Denis Leemann, oca-travis, OCA-git-bot, Bodi Stanciu, Timon Tschanz, George Smirnov |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/timesheet: - hr_timesheet_sheet OCA/web: - web_widget_x2many_2d_matrix odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes - hr_timesheet - project - product - decimal_precision - analytic - portal - http_routing - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
hr_timesheet_sheet_attendance assets | ir.ui.view | qweb | Inherits web.assets_backend |
hr_attendance_view_filter_inherit |
view_hr_attendance_filter | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_filter |
hr_timesheet_sheet_inherit_form_simplified |
hr_timesheet.sheet.inherit.form | hr_timesheet.sheet | xpath | Inherits hr_timesheet_sheet.hr_timesheet_sheet_form |
view_attendance_form_inherit |
hr.attendance.form | hr.attendance | field | Inherits hr_attendance.hr_attendance_view_form |
view_attendance_tree_inherit |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
sheet_id
Many2one → hr_timesheet.sheet
comodel_name='hr_timesheet.sheet'
compute='_compute_sheet_id'
store=True
string='Sheet'
unlink(self)
attendance_count
Integer
compute='_compute_attendance_count'
string='Attendance Count'
attendance_state
Selection
related='employee_id.attendance_state'
string='Current Status'
attendances_ids
One2many → hr.attendance
comodel_name='hr.attendance'
inverse_name='sheet_id'
string='Attendances'
total_attendance
Float
compute='_compute_attendance_time'
string='Total Attendance'
total_difference
Float
compute='_compute_attendance_time'
string='Difference'
action_timesheet_confirm(self)
attendance_action_change(self)
check_employee_attendance_state(self)
create(self, vals)
get_attendance_by_day(self)